Skip to content

Releases: austinv11/Persistence

Pre-processing data, because that's always a good idea

09 Jun 21:37
Compare
Choose a tag to compare

Following the new PPPP v2 spec:

  • All data is now compressed via lz4's frame algorithm
  • Pre-processors can now be used
    • NoOpPreProcessor is the default used
    • EncryptedPreProcessor can be used to add end to end encryption (of course, this can slow down input/output processing though)

Additionally,

  • Error handling is nicer
  • Various other minor bugfixes

Initial release!

05 Jun 17:00
Compare
Choose a tag to compare