You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…r a key (#302)
- [FEAT] implements the ability in KV to request a specific revision for a key
- [FEAT] added check when retrieving a key and specifying a sequence (new feature), that the key matched. If not, null is returned as the sequence is not referencing the expected key.
- [FIX] conversion from stored message captured the key as provided by the client, and returned an entry with the said key. This issue is only a problem when combined with the new feature to specify a revision for the key, as the entry returned could have been not related to the key.
FIX#301
nats-io/nats-architecture-and-design#93
The text was updated successfully, but these errors were encountered: