Skip to content

Releases: gatewayd-io/gatewayd-plugin-cache

v0.3.2

05 Mar 16:50
dda564b

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

03 Mar 15:41
dbaee41

Choose a tag to compare

This release is only forward-compatible with GatewayD v0.9.0.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Feb 09:22
5a5fb49

Choose a tag to compare

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

v0.2.10

24 Jan 22:20
517b41c

Choose a tag to compare

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

v0.2.9

02 Jan 22:25
2d4fb7d

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

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

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

Choose a tag to compare

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

v0.2.5

18 Oct 13:33
e947da1

Choose a tag to compare

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

v0.2.4

05 Sep 18:02
27f990e

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