Releases: replikativ/konserve
Releases · replikativ/konserve
0.7.305
update build dependencies
0.7.304
test: use kaocha test-runner for cljs (#90) * use kaocha test-runner for cljs * replace faulty kaocha node testrunner with olical testrunner * read minimal shadow-cljs file for compilation * update ci * fix cljs support * Add cljs code for encryptor salt. * Concatenate output. * Handle cljs return value properly. * Add offsets. * fix lz4 warning for cljs * aes fixes * tweaks * Fix format and compliance test refer. * remove unnecessary try-catch block --------- Co-authored-by: Christian Weilbach <ch_weil@topiq.es> Co-authored-by: pat <pat.killean@gmail.com>
0.7.303
Add S3 backend.
0.7.302
ci: simplify pipeline (#95) * ci: simplified pipeline * fixup! ci: simplified pipeline * fixup! ci: simplified pipeline * fixup! ci: simplified pipeline * fixup! ci: simplified pipeline * fixup! ci: simplified pipeline * fixup! ci: simplified pipeline * fixup! ci: simplified pipeline
0.7.301
What's Changed
- Adds support for custom fressian serialization handlers by @danielsz in #10
- Refactor Filestore Schema by @FerdiKuehne in #14
- Fix Test Functions. by @FerdiKuehne in #15
- rename and fix nodejs filestore by @FerdiKuehne in #19
- Add serializer and deserializer to clojurescript filestore by @FerdiKuehne in #20
- Refactor serializer test. by @FerdiKuehne in #22
- More clojure.core-like functions by @MrEbbinghaus in #25
- Fix get-in for JVM filestore, naming tweak. by @csm in #27
- Add protocol for iterating keys in a store by @csm in #29
- Added Pipeline and Badges by @TimoKramer in #35
- Rename layouts by @alekcz in #37
- Feature metadata support by @whilo in #39
- Compliance tests for failures by @alekcz in #36
- Updates clojurescript support for memory store by @groundedsage in #41
- Add CI testing and update deps by @groundedsage in #43
- Add Docker authentication by @elMor3no in #45
- 54 add synchronous protocols by @whilo in #57
- Update dependencies and README by @jsmassa in #64
- Generalize framework by @jsmassa in #65
- Add benchmark tooling by @jsmassa in #58
- Ignore ephemeral NFS files by @pmspire in #68
- Change to new release cycle by @jsmassa in #73
- update dependencies and replace sun.nio FileLockImpl by @kordano in #75
- cljsc-fixes, node-filestore by @pkpkpk in #76
- Fix native-image compilation. And formatting. by @whilo in #79
- Detect old header version and shrink header size automatically. by @whilo in #83
- restore indexeddb using js/Blob by @pkpkpk in #84
- Update dependencies by @jsmassa in #81
- Cast explicitly to long. by @whilo in #86
- Add CBOR serializer support. by @whilo in #87
- Add AES encryption with geheimnis. by @whilo in #92
- docs: update README by @jsmassa in #80
- Fix AES encryption with salt. by @whilo in #94
New Contributors
- @danielsz made their first contribution in #10
- @FerdiKuehne made their first contribution in #14
- @MrEbbinghaus made their first contribution in #25
- @csm made their first contribution in #27
- @whilo made their first contribution in #39
- @groundedsage made their first contribution in #41
- @elMor3no made their first contribution in #45
- @jsmassa made their first contribution in #64
- @pmspire made their first contribution in #68
- @kordano made their first contribution in #75
- @pkpkpk made their first contribution in #76
Full Changelog: https://github.com/replikativ/konserve/commits/0.7.301