Releases: gatewayd-io/gatewayd-plugin-cache
v0.3.0
Full Changelog: v0.2.10...v0.3.0
v0.2.10
Full Changelog: v0.2.9...v0.2.10
v0.2.9
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
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
- Update Redis cache asynhronously by @sh-soltanpour in #73
New Contributors
- @sh-soltanpour made their first contribution in #73
Full Changelog: v0.2.7...v0.2.8
v0.2.7
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
Full Changelog: v0.2.5...v0.2.6
v0.2.5
v0.2.4
What's Changed
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
Full Changelog: v0.2.2...v0.2.3