Skip to content

Releases: TykTechnologies/storage

v1.2.2

06 Feb 08:40
24ad76c
Compare
Choose a tag to compare

Fixed

  • Fixed an issue when trying to fetch keys from Redis. The scan method wasn't being iterated, making it not return all the expected keys. #110

v1.2.1

31 Jan 18:05
d2a325e
Compare
Choose a tag to compare

Added

  • Added SetIfNotExist to temporal KeyValue interface #108

Fixed

  • Fixed temporal queue Receive function to consider the context timeout if it's set. #107

v1.2.0

26 Jan 12:31
17071ee
Compare
Choose a tag to compare

Added

  • Upgraded mongo-go library to v1.3.1 to support Mongo 7.x versions

v1.1.1

25 Jan 15:16
90e96af
Compare
Choose a tag to compare

Fixed

  • Fix temporal mocks

v1.1.0

24 Jan 13:24
47e8a77
Compare
Choose a tag to compare

Release Notes

  1. Go Language Version Update
  • Upgraded to Go v1.18: This release includes an upgrade to Go version 1.18, enhancing performance and stability with the latest features and optimizations from the Go language.
  1. Introduction of the Temporal Package
  • New Temporal Package: We are excited to introduce the 'Temporal' package, a significant addition to our toolkit.
  • Integration with go-redis v9: The Temporal package is designed to seamlessly integrate with go-redis version 9. This integration provides a robust and efficient interface for interacting with temporal databases.
  • Support for Key Temporal Database Methods: Users can now utilize a full range of temporal database methods such as Set, Get, RPush, and more, directly within the Temporal package.
  • Current Database Support - Redis: In this initial release, Redis is the supported database, offering powerful and flexible temporal data handling capabilities.

v1.0.10

13 Nov 13:26
517e1d2
Compare
Choose a tag to compare

Fixed: Panic on Query function from mongo-go driver.

v1.0.9

08 Aug 09:11
3e6ea91
Compare
Choose a tag to compare

Fixed: when using nested queries, only a single key has been considered while building the query.

v1.0.8

07 Aug 12:58
0871150
Compare
Choose a tag to compare
  • Now mongo-go driver supports the same special characters as mgo driver by URL encoding them

v1.0.7

25 Jul 11:54
10200b7
Compare
Choose a tag to compare
  • Reverting a breaking change introduced by URL encoding Mongo connection strings: #79

v1.0.6

15 Jun 15:59
b102550
Compare
Choose a tag to compare
  • Fixed unexpected panics happening when a received _id is not a valid ObjectID