Releases: Kong/go-pdk
Releases · Kong/go-pdk
v0.11.0
Changelog
Bug fixes
- af1a7d9: fix(pluginsocket.proto): type for
set_upstream
(@gszr) - 53e91bc: fix(service/response):
GetRawBody
returns bytes (@gszr)
Other work
- 3ead421: ci(test): build example plugins in test workflow (@gszr)
- 3327e20: tests(utils): check return of
get_query_arg
(@gszr) - 9fd5710: tests(utils): request/response headers are lowercase (@gszr)
Full Changelog: v0.10.2...v0.11.0
v0.10.2
Changelog
Bug fixes
- efa03e7: fix(client): allow nil values authenticate (@lvermeire)
- 231514d: fix(test): fix a race condition of mocking test (#160) (@StarlightIbuki)
- b689270: fix: support POST,PUT,PATCH & Fix kong.response.exit behavior (@barockok)
Other work
- 91fcd23: Revert "chore(ci): Update timeout for .github/workflows/test.yml (#172)" (@gszr)
- 88820c7: docs(changelog): no longer maintained (@gszr)
- 3501bd5: docs(ctx): Correct a code example for kong.Ctx.SetShared() (#122) (@syanukov)
- 9e02298: docs(readme): add build and release badges (@gszr)
- ec6dca0: tests(*): fix ctx test handlers (#187) (@winslowdibona)
- ca4b404: tests: add ctx test handlers, fix hanging channel, fix typo (#174) (@winslowdibona)
Full Changelog: v0.10.0...v0.10.2
v0.10.1
Changelog
Bug fixes
- efa03e7: fix(client): allow nil values authenticate (@lvermeire)
- 231514d: fix(test): fix a race condition of mocking test (#160) (@StarlightIbuki)
- b689270: fix: support POST,PUT,PATCH & Fix kong.response.exit behavior (@barockok)
Other work
- 91fcd23: Revert "chore(ci): Update timeout for .github/workflows/test.yml (#172)" (@gszr)
- 3501bd5: docs(ctx): Correct a code example for kong.Ctx.SetShared() (#122) (@syanukov)
- ca4b404: tests: add ctx test handlers, fix hanging channel, fix typo (#174) (@winslowdibona)
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.5.1 to 1.7.2 by @dependabot in #111
- chore(deps): bump google.golang.org/protobuf from 1.25.0 to 1.28.0 by @dependabot in #101
- chore(deps): bump github.com/ugorji/go/codec from 1.2.1 to 1.2.7 by @dependabot in #102
- chore(build) automate proto make by @StarlightIbuki in #129
- feat(api): Request.GetUriCaptures by @StarlightIbuki in #130
- fix: types related to message body should be bytes by @StarlightIbuki in #132
- fix(instance-id): use sequence number as instance id by @gszr in #158
- release: v0.10.0 by @gszr in #159
New Contributors
- @dependabot made their first contribution in #111
- @StarlightIbuki made their first contribution in #129
Full Changelog: v0.8.0...v0.10.0
v0.8.0
What's Changed
- fix kong.Request.GetRawBody() with buffered content by @javierguerragiraldez in #91
- avoid pass-by-value of objects that contain locks. by @javierguerragiraldez in #79
- chore(*) add dependabot by @mayocream in #98
- bump go version by @fffonion in #112
New Contributors
- @mayocream made their first contribution in #98
- @fffonion made their first contribution in #112
Full Changelog: v0.7.1...v0.8.0
v0.7.1
v0.7.0
New ProtoBuf-based communications with Kong. Requires Kong 2.4
v0.7.0-beta1
Beta release of the new ProtoBuf-based communications with Kong. Requires Kong 2.4
v0.6.1 - bugfix
API bugfix: port values were given as string
instead of Int
v0.6.0
New Embedded Server to replace the go-pluginserver. Requires Kong v2.3