Skip to content

Releases: cowboygneox/super-cereal

Fixing how versioning is applied on release

30 Mar 18:59
Compare
Choose a tag to compare
0.2.3

Allowing releases to define the version when releasing.

0.2.2

30 Mar 16:40
Compare
Choose a tag to compare

New:

  • Adjusting Encrypted to hide the value when using str or repr (so logging doesn't leak encrypted info).

0.2.1

30 Mar 16:06
Compare
Choose a tag to compare

New:

  • Adding support for Enum's

Fixed:

  • Encryption with strings (specifically the str type).

Adding a JsonByteCerealizer for encoding an object as JSON in bytes

01 Feb 16:30
Compare
Choose a tag to compare

Also fixed DictCerealizer to passthru a dict type instead of trying to inspect it like an object.

Adding a JsonByteCerealizer for encoding an object as JSON in bytes

01 Feb 16:08
Compare
Choose a tag to compare
0.1.2

Adding a JsonByteCerealizer that produces Json as bytes instead of a …

0.1.1

25 Jan 19:15
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Initial alpha with support for serializing @dataclass objects for JSON and Avro. Also including support for encrypting specific fields.

1