Skip to content

Releases: com-lihaoyi/upickle

1.4.3

11 Dec 06:29
dd814df
Compare
Choose a tag to compare
Release 1.4.3 #373

1.4.2

04 Oct 02:12
Compare
Choose a tag to compare
1.4.2

1.4.1

04 Sep 19:56
Compare
Choose a tag to compare
Version 1.4.1

1.4.0

08 Jun 08:59
Compare
Choose a tag to compare
1.4.0

1.3.15

18 May 04:51
b8ab7ab
Compare
Choose a tag to compare
Fix default argument handling for huge case classes (#350)

1.3.14

16 May 15:50
0561495
Compare
Choose a tag to compare
Support case classes with >64 fields (#348)

We define a separate HugeCaseObjectContext, which is similar to CaseObjectContext except we use an Array[Long] to provide an arbitrarily large bitset to keep track of which fields have been set or not. The original CaseObjectContext continues to be used for small case classes, which should help avoid any performance regressions.

Unit tested.

Also provided a unit test for parsing >2gb files, which currently does not pass yet

1.3.13

14 May 13:37
d8fcea5
Compare
Choose a tag to compare
Add Support for Scala 3.0.0 (#349)

1.3.12

28 Apr 15:21
Compare
Choose a tag to compare
Upgrade Dotty to 3.0.0-RC3

1.3.11

28 Apr 13:49
1.3.11
Compare
Choose a tag to compare
1.3.11