This file summarizes notable changes for each release, but does not describe internal changes unless they are particularly exciting. This change log is ordered chronologically, so each release contains all changes described below it.
- Built for cats-effect-3.0.0-RC1
- Uses Cats-Effect-3's
Unique
instead of our internal one
- Built for cats-effect-3.0.0-M5
- Internal, private copy of Unique
- Add support for Dotty 3.0.0-RC1
- Drop support for Dotty 3.0.0-M2
- cats-2.4.2
- cats-effect-2.3.3
- unique-2.1.1
- Now publishes under
org.typelevel
- Package renamed to
org.typelevel.vault
- Support for Dotty 3.0.0-M2 and 3.0.0-M3
Stable Release of vault
. This library will maintain binary compatibility moving forward for the forseeable future.
- #39 Scala 2.13 Integration
Upgrades:
- cats 1.6.0
- cats-effect 1.2.0
- unique 1.0.0
Baseline Vault implementation for an implementation of a type-safe, persistent storage of values of arbitrary types. Dependencies on cats
1.x, cats-effect
1.x, and unique
0.1.x.