Skip to content

Releases: needle-mirror/com.unity.collections

2.5.2

22 Jan 14:08
Compare
Choose a tag to compare

[2.5.2] - 2025-01-16

Added

2.5.1

17 Sep 00:07
Compare
Choose a tag to compare

[2.5.1] - 2024-09-06

Changed

  • Updated Burst dependency to version 1.8.17
  • Updated Unity Test Framework dependency to version 1.4.5
  • Updated entities packages dependencies

Fixed

  • Certain cases would cause an ILPostProcessor to fail, blocking compilation, but no more.

2.4.3

15 Aug 12:06
Compare
Choose a tag to compare

[2.4.3] - 2024-08-14

  • Update entities package dependencies

2.5.0-pre.2

18 Jul 12:08
Compare
Choose a tag to compare

[2.5.0-pre.2] - 2024-07-17

Changed

  • Updated Burst dependency to version 1.8.16

2.5.0-exp.1

17 Jun 10:09
Compare
Choose a tag to compare

[2.5.0-exp.1] - 2024-06-11

Added

  • SortJobDefer type for scheduling sorting on NativeList when content of the list is not known ahead of time, and depends on dependent jobs.

Changed

  • Update entities package dependencies

Fixed

  • Clarified usage of "front" and "end" in API docs for NativeQueue and UnsafeQueue
  • Default constructed container can call IsCreated and IsEmpty properties.

2.4.2

05 Jun 20:53
Compare
Choose a tag to compare

[2.4.2] - 2024-05-30

  • Update entities package dependencies

2.4.1

02 May 10:07
Compare
Choose a tag to compare

[2.4.1] - 2024-04-26

Changed

  • Release preparation
  • Updated Burst dependency to version 1.8.13

2.4.0

26 Mar 14:08
Compare
Choose a tag to compare

[2.4.0] - 2024-03-22

Changed

*Release Preparation

2.4.0-pre.5

28 Feb 11:09
Compare
Choose a tag to compare

[2.4.0-pre.5] - 2024-02-13

Changed

  • Updated Burst dependency to version 1.8.12

Fixed

  • Memory leaks in unit tests.
  • Memory leak when using NativeBitArrayUnsafeUtility.ConvertExistingDataToNativeBitArray.
  • Brace parsing in FixedString AppendFormat handles incorrect formatting now

Updated

  • Upgraded Test Framework version to 1.4.3

2.4.0-pre.2

04 Dec 15:10
Compare
Choose a tag to compare

[2.4.0-pre.2] - 2023-11-28

Changed

  • Updated Burst dependency to 1.8.10
  • Add lightweight spinlock to secure multithread write access to the ChildSafetyHandles in custom allocator framework.