Skip to content

Releases: red-blox/zap

v0.6.28

13 Dec 22:15
v0.6.28
2bd07b3

Choose a tag to compare

What's Changed

  • Add include_profile_labels option to include microprofiler labels by @nezuo in #212
  • Make Reliable the default event type by @Ezzenix in #210
  • Add event name comments to deserialization code by @nezuo in #213
  • Fix IsServer/IsClient checking being after duplicate file checks by @tacheometry in #215

New Contributors

Full Changelog: v0.6.27...v0.6.28

v0.6.27

05 Oct 19:36
v0.6.27
535ab6e

Choose a tag to compare

What's Changed

  • This fixes a rare bug where you could get a buffer access out of bounds error if you had more then 256 concurrent function calls by @daimond113 in #209

Full Changelog: v0.6.26...v0.6.27

v0.6.26

28 Sep 21:55
v0.6.26
ec0e31a

Choose a tag to compare

What's Changed

  • Validate for duplicate instances of Zap (with the same remote_scope and remote_folder) by @sasial-dev in #208

Full Changelog: v0.6.25...v0.6.26

v0.6.25

21 Jul 06:19
v0.6.25
aea826c

Choose a tag to compare

Version 0.6.25 is here!

Bug Fixes

Full Changelog: v0.6.24...v0.6.25

v0.6.24

11 Jul 08:19
v0.6.24
64ab9db

Choose a tag to compare

Version 0.6.24 is here!

Syntax Changes

Depreciated syntax is still currently accepted by the parser but will emit a warning. These are non-breaking changes:

  • string is deprecated in #203 with the alternatives:
    • string.binary (same behavior)
    • string.utf8 (new behavior - validates the string is valid utf8 for usecases such as datastores)
  • Instance (Model) is deprecated in #204 with the alternative:
    • Instance.Model

Bug Fixes

  • The playground has been updated to fix a serialisation bug - and now stores it code independently per tab (the save URL button still works though!) by @sasial-dev in dbf21c2 / 6ea846e
  • Do not allow top level export names to conflict with internal Zap exports by @sasial-dev in #200

Features

Optimisations

Contributor Notes

We have moved to the 2024 rust edition and therefore our MSRV has been bumped to 1.88.0.

Full Changelog: v0.6.23...v0.6.24

v0.6.23

25 Jun 23:04
v0.6.23
99377f7

Choose a tag to compare

Bug Fixes

  • Fixes a regression introduced in 0.6.22 where you cannot use some builtin types inside namespaces by @daimond113 in #199

Full Changelog: v0.6.22...v0.6.23

v0.6.22

24 Jun 23:01
v0.6.22
95c4c62

Choose a tag to compare

Version 0.6.22 is here!

Optimisations

Bug Fixes

  • Nested types instead namespaces now resolve correctly
  • Set types have been relaxed from { [ty]: unknown } to { [ty]: any }. This allows sets to work on the new solver.

Full Changelog: v0.6.21...v0.6.22

v0.6.21

22 Jun 23:25
v0.6.21
4a87a94

Choose a tag to compare

0.6.21 is here!

What's Changed

Full Changelog: v0.6.20...v0.6.21

v0.6.20

13 Apr 10:47
v0.6.20
4dc2b7d

Choose a tag to compare

Version 0.6.20 is here!
Thank you to all our contributors for this massive release.

What's Changed

Highlights

Bug Fixes

Optimisations

Docs

New Contributors

Full Changelog: v0.6.19...v0.6.20

v0.6.19

08 Mar 07:26
v0.6.19
ac861a4

Choose a tag to compare

Version 0.6.19 is here!

What's Changed

Full Changelog: v0.6.18...v0.6.19