Skip to content

Releases: gatewayd-io/gatewayd-plugin-cache

v0.3.0

19 Feb 09:22
5a5fb49
Compare
Choose a tag to compare

Full Changelog: v0.2.10...v0.3.0

v0.2.10

24 Jan 22:20
517b41c
Compare
Choose a tag to compare

Full Changelog: v0.2.9...v0.2.10

v0.2.9

02 Jan 22:25
2d4fb7d
Compare
Choose a tag to compare

This is a maintenance release and contains dependency updates and minor fixes.

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

19 Dec 18:32
99877a9
Compare
Choose a tag to compare

This release introduces a major enhancement to the cache plugin's performance by implementing asynchronous cache updating. In the past, the plugin would cache the database response prior to delivering data to the client, resulting in avoidable delays in client-server interaction. This delay was minimal for smaller, limited queries, but became significant for larger, unfiltered queries (like select * queries), where caching took considerable time and substantially slowed down client communication. With this update, caching the response now occurs concurrently with data transmission to clients. This is all thanks to @sh-soltanpour. 🙌

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

04 Dec 01:27
aa362ef
Compare
Choose a tag to compare

This release contains an important update: the reliance on CGO is removed, thanks to go-pgquery with the addition of WebAssembly and Wazero. This means that from now on all the plugins can be built for any target OS and architecture supported by Go. The current release also contains dependency updates and binaries for Windows. 🎉

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

05 Nov 12:59
81fb229
Compare
Choose a tag to compare

Full Changelog: v0.2.5...v0.2.6

v0.2.5

18 Oct 13:33
e947da1
Compare
Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5

v0.2.4

05 Sep 18:02
27f990e
Compare
Choose a tag to compare

What's Changed

  • Include static files in the resulting archives generated from build steps by @mostafa in #62

Full Changelog: v0.2.3...v0.2.4

v0.2.3

02 Sep 20:03
1cccc46
Compare
Choose a tag to compare

What's Changed

  • Implement the new JSON binary protocol by @mostafa in #60

Full Changelog: v0.2.2...v0.2.3

v0.2.2

03 Aug 18:11
ec08243
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2