Skip to content

Releases: Moesif/kong-plugin-moesif

2.1.2

31 Mar 00:52
91f58aa
Compare
Choose a tag to compare

Release Notes:

  • Version 2.1.2
  • Refactor: Handle Transfer-Encoding: chunked response body efficiently to prevent memory explosion

2.1.0

27 Nov 08:24
9a479ae
Compare
Choose a tag to compare

Release Notes:

  • Version 2.1.0
  • Performance improvements
  • Added support to use http client for logging requests.
  • Updated Configurations:
    • Default Batch Size : 50
    • Enable Compression: false

We noticed that on low compute resource (1 vCPU), it's better to not enable compression. lua-zlip lib requires dependencies (git, zlib1g-dev, gcc) to be installed on the system. It's recommended to install/update plugins on all data/control planes.

2.0.4

28 Jun 18:47
57b5555
Compare
Choose a tag to compare

Refactor:

  • Handle the case when user not in cohort with unidentified allowed
  • Update default event_queue_size to 100k

2.0.2

22 Feb 01:28
Compare
Choose a tag to compare

What's Changed

  • Refactor: README to add default config value for post/pre gateway 3.x by @keyur9 in #82
  • #184469812 : reducing write contention to user/company ID by @bakennedy in #83

New Contributors

Full Changelog: 2.0.1...2.0.2

v2.0.1

30 Sep 20:32
a378591
Compare
Choose a tag to compare

Refactor:

  • Schema plugin name
  • Update README.md
  • Bump version to 2.0.1

v2.0.0

27 Sep 01:09
7043de9
Compare
Choose a tag to compare

!!! BREAKING CHANGES !!!
Add: Changes to support Kong version 3.0.0
NOTE: The plugin tested with Kong 2.x and above

v1.0.15

28 Aug 02:27
9b49f7d
Compare
Choose a tag to compare

Support for GraphQL in Gov Rule.

v1.0.14

23 Aug 22:52
dbdf20f
Compare
Choose a tag to compare

Release 1.0.14-1

v1.0.13

09 Nov 08:23
fc1eef5
Compare
Choose a tag to compare

Fixes:

  • Ensure sampling is nil by default.

v1.0.12

24 Aug 18:15
384ac4c
Compare
Choose a tag to compare

Fixes:

Ensure User, Company,Regex sampling gets prioritized over global sampling