v3.0.0 : Zig 0.15.1 support
New major version
This new version is now compatible with 0.15.1. Sorry for the delay in supporting the latest release of zig.
Please note that the API has changed a lot, as zig 0.15.1 has removed ArrayListManaged and other patterns that we used before. The API is aligned with the changes in the zig std lib.
The tests are always a good starting point to view how the library works now. If you truly need help, ping @Arwalk in the zig discord, or create a discussion. Avoid issues for requests for help, thank you in advance.
What's Changed
- Update workflows by @Arwalk in https://github.com/Arwalk/zig-protobuf/pull/54
- Fix message when missing unzip dependency by @randall-fulton in https://github.com/Arwalk/zig-protobuf/pull/99
- 98 Protobuf Generation Step errors on Windows due to missing curl and unzip by @Arwalk in https://github.com/Arwalk/zig-protobuf/pull/100
- Type name includes the outermost type by @aaumar25 in https://github.com/Arwalk/zig-protobuf/pull/102
- Remove usingnamespace mixin by @Arwalk in https://github.com/Arwalk/zig-protobuf/pull/103
- 0.15.1 to master by @menduz, @mochalins, @Arwalk in https://github.com/Arwalk/zig-protobuf/pull/130
New Contributors
- @randall-fulton made their first contribution in https://github.com/Arwalk/zig-protobuf/pull/99
- @aaumar25 made their first contribution in https://github.com/Arwalk/zig-protobuf/pull/102
- @mochalins made their first contribution https://github.com/Arwalk/zig-protobuf/pull/130
Full Changelog: https://github.com/Arwalk/zig-protobuf/compare/v2.1.0...v3.0.0