Skip to content

Commit

Permalink
Merge pull request #154 from akamai/release/v2.13.0
Browse files Browse the repository at this point in the history
Release/v2.13.0
  • Loading branch information
majakubiec authored May 31, 2022
2 parents c3d0642 + b549cf7 commit d53f3d7
Show file tree
Hide file tree
Showing 6 changed files with 1,839 additions and 157 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
# EDGEGRID GOLANG RELEASE NOTES

## 2.13.0 (May 31, 2022)

#### FEATURES/ENHANCEMENTS:

* Image and Video Manager:
* Add new `ImQuery` transformation
* New `PostBreakPointTransformationType`

#### BUG FIXES:

* Image and Video Manager:
* `default_value` field on variable in image policy should not be required
* Change all primitive optional parameters to pointers
* Correct `Anchor` field in `RectangleShapeType`
* Value field for `NumberVariableInline` should be defined as `float64`
* Rename `PointShapeType.True` to `PointShapeType.Y`, to match the OpenAPI definition
* Add `Composite` transformation to `PostBreakpointTransformations`
* Fix `PostBreakpointTransformations.PolicyInputImage`

## 2.12.0 (Apr. 25, 2022)

#### FEATURES/ENHANCEMENTS:

* APPSEC
* Add WAPBypassNetworkLists interface, to be used in preference to deprecated BypassNetworkLists interface.
* Add WAPBypassNetworkLists interface, to be used in preference to deprecated BypassNetworkLists interface

* Support for account switch keys from environment ([#149](https://github.com/akamai/AkamaiOPEN-edgegrid-golang/pull/149))

## 2.11.0 (March 24, 2022)

#### FEATURES/ENHANCEMENTS:

* [IMPORTANT] Added Image and Video Manager API support
* Policy Set - create, read, update, delete
* Policy - create, read, update, delete, rollback to previous version, view policy history
Expand All @@ -24,6 +45,7 @@
## 2.10.0 (Feb. 28, 2022)

#### FEATURES/ENHANCEMENTS:

* [IMPORTANT] Added EdgeWorkers and EdgeKV API support
* EDGEWORKERS
* Ids - create, read, update, delete, clone
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $(TEST_TARGETS): ; $(info $(M) Running tests with coverage...) @ ## Run coverage
.PHONY: create-junit-report
create-junit-report: | $(GOJUNITREPORT) ; $(info $(M) Creating juint xml report) @
$Q cat $(CURDIR)/test/tests.output | $(GOJUNITREPORT) > $(CURDIR)/test/tests.xml
$Q sed -i -e 's/skip=/skipped=/g;s/ failures=/ errors="0" failures=/g' $(CURDIR)/test/tests.xml
$Q sed -i -e 's/skip=/skipped=/g' $(CURDIR)/test/tests.xml

.PHONY: create-coverage-files
create-coverage-files: COVERAGE_DIR := $(CURDIR)/test/coverage
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)

retract v2.8.0
retract v2.8.0
Loading

0 comments on commit d53f3d7

Please sign in to comment.