Skip to content

Releases: scala/scala-parallel-collections

1.0.4

28 Sep 23:18
351df2c
Compare
Choose a tag to compare
  • Declare version scheme (#192)

This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v1.0.3. Thank you Scala Steward, Seth Tisue, Julien Richard-Foy.

1.0.3

13 May 19:07
0f6a1f5
Compare
Choose a tag to compare
  • Support Scala 3.0.0 (and -RC3) (#172, #181)
  • Add Automatic-Module-Name (#176)

This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v1.0.2. Thank you Scala Steward, Seth Tisue, Julien Richard-Foy.

1.0.2

29 Mar 21:07
c28f7e1
Compare
Choose a tag to compare
  • Support Scala 3.0.0-RC2 (#169)
  • Declare version scheme (#164)
  • Include links to Scala standard library types in Scaladoc (#168)
  • For consistency with standard library collections, throw UnsupportedOperationException instead of NoSuchElementException (#167)

This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v1.0.1. Thank you Taichi Yamakawa, Scala Steward, Seth Tisue.

1.0.1

04 Mar 18:05
740fa58
Compare
Choose a tag to compare
  • Reuse tasksupport in CombinerFactory (#161)
  • Supported Scala 3 versions are 3.0.0-RC1 and 3.0.0-M3

This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v1.0.0. Thank you Scala Steward, Seth Tisue, Lukas Rytz.

1.0.0

18 Nov 04:13
568f063
Compare
Choose a tag to compare

user-visible changes (since 0.2.0):

In order to build for Scala 3, we had to rename some inner classes. Technically, this broke binary compatibility with 0.2.0. Ordinary code that uses the built-in parallel collections won't be affected by this, however. Code that defines custom parallel collections might be affected. (See #80.)

This release was brought to you by 6 contributors according to git shortlog -sn --no-merges v1.0.0-RC1 ^v0.2.0. Thank you Seth Tisue, Scala Steward, Lukas Rytz, Eugene Yokota, Lorenzo Gabriele, dengziming.

(These notes are repeated from 1.0.0-RC1. There have been no changes since then.)

1.0.0-RC1

04 Nov 23:47
b8cea88
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release

user-visible changes:

In order to build for Scala 3, we had to rename some inner classes. Technically, this broke binary compatibility with 0.2.0. Ordinary code that uses the built-in parallel collections won't be affected by this, however. Code that defines custom parallel collections might be affected. (See #80.)

If no serious problems turn up, we'll do 1.0.0 final in a few weeks.

This release was brought to you by 6 contributors according to git shortlog -sn --no-merges v1.0.0-RC1 ^v0.2.0. Thank you Seth Tisue, Scala Steward, Lukas Rytz, Eugene Yokota, Lorenzo Gabriele, dengziming.

version 0.2.0

05 Apr 15:18
f3a346c
Compare
Choose a tag to compare
version 0.2.0 Pre-release
Pre-release

initial release for Scala 2.13.0-RC1

0.1.2 for Scala 2.13.0-M2

28 Jul 19:41
v0.1.2#2.13.0-M2#8
Compare
Choose a tag to compare
v0.1.2#2.13.0-M2#8

0.1.2 for 2.13.0-M2

Release against 2.13.0-M1

25 Apr 11:09
Compare
Choose a tag to compare
Merge pull request #24 from lrytz/tag-with-scala-version

Allow building an existing tag against a new Scala version

0.1.1

22 Mar 00:17
Compare
Choose a tag to compare

no code changes, just fixing OSGi packaging issue (that made 0.1.0 inoperable)