Skip to content

Releases: Collektive/collektive

9.0.3

07 Mar 13:39
Compare
Choose a tag to compare

9.0.3 (2024-03-07)

Dependency updates

  • core-deps: update kotlin monorepo to v1.9.23 (8393427)
  • deps: update plugin kotlin-qa to v0.60.3 (8d63a83)
  • deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.3 (bcb2b88)
  • deps: update plugin publishoncentral to v5.0.25 (564e9de)

9.0.2

06 Mar 18:19
Compare
Choose a tag to compare

9.0.2 (2024-03-06)

Bug Fixes

  • repeating cannot return Fields (4b9bf76)

Tests

  • add regression test checking that an exception is raised when the repeat returns a Field (9a63615)

Style improvements

  • remove uneeded comments (6f84a7b)

9.0.1

06 Mar 15:46
Compare
Choose a tag to compare

9.0.1 (2024-03-06)

Bug Fixes

  • fix broken support for aligned mapping of nullable fields (a35976a)

Build and continuous integration

  • enforce check also in plugin projects (c5c724c)

Style improvements

  • format code according to style rules (c47e563)

9.0.0

05 Mar 17:29
Compare
Choose a tag to compare

9.0.0 (2024-03-05)

⚠ BREAKING CHANGES

  • alignment performance optimization (#250)

Dependency updates

  • deps: update alchemist to v31.0.3 (f3b4b3d)
  • deps: update alchemist to v31.0.4 (04620fa)
  • deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.2 (c89cb51)

Performance improvements

8.0.0

04 Mar 22:11
Compare
Choose a tag to compare

8.0.0 (2024-03-04)

⚠ BREAKING CHANGES

  • alchemist-incarnation: add collektive-scripting support (#244)

Features

  • alchemist-incarnation: add collektive-scripting support (#244) (985de20)

Dependency updates

  • deps: update plugin gitsemver to v3.1.2 (c06f20f)
  • deps: update plugin kotlin-qa to v0.60.2 (caf3e8b)
  • deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.2 (871dfd4)
  • deps: update plugin publishoncentral to v5.0.24 (728cfda)

General maintenance

7.0.6

04 Mar 17:02
Compare
Choose a tag to compare

7.0.6 (2024-03-04)

Dependency updates

  • deps: update dependency io.arrow-kt:arrow-core to v1.2.2 (0b5c2aa)
  • deps: update dependency io.arrow-kt:arrow-core to v1.2.3 (016e85e)

Documentation

  • deps: update dependency org.jetbrains.dokka to v1.9.20 (e79a022)

Build and continuous integration

  • deps: update danysk/build-check-deploy-gradle-action action to v2.4.3 (c778ff4)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.4.4 (f47eb29)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.4.5 (3ee71c7)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.4.6 (4a27e1a)

7.0.5

17 Feb 03:01
Compare
Choose a tag to compare

7.0.5 (2024-02-17)

Dependency updates

  • core-deps: update plugin kover to v0.7.6 (95162bf)

7.0.4

15 Feb 17:24
Compare
Choose a tag to compare

7.0.4 (2024-02-15)

Dependency updates

  • core-deps: update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.0 (b655fee)
  • deps: update alchemist to v30.1.11 (e6344ef)

Build and continuous integration

  • deps: update danysk/build-check-deploy-gradle-action action to v2.4.1 (891f2b3)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.4.2 (ced20fc)

7.0.3

10 Feb 12:18
Compare
Choose a tag to compare

7.0.3 (2024-02-10)

Dependency updates

  • deps: update alchemist (604a4ef)
  • deps: update alchemist to v30.1.10 (e07a9d9)
  • deps: update alchemist to v30.1.2 (e2d033f)
  • deps: update alchemist to v30.1.3 (6fa8690)
  • deps: update alchemist to v30.1.8 (8429dce)
  • deps: update alchemist to v30.1.9 (28cabd8)
  • deps: update plugin kotlin-qa to v0.60.0 (47088c8)
  • deps: update plugin kotlin-qa to v0.60.1 (05a378e)

Bug Fixes

  • overloading functions now generate different path based on the function' signature (#232) (10bd32b)

Build and continuous integration

  • deps: update actions/setup-node action to v4.0.2 (9bd0c7f)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.4.0 (9f6b4a5)

7.0.2

06 Feb 08:48
Compare
Choose a tag to compare

7.0.2 (2024-02-06)

Bug Fixes

  • use exchanging to send the same value to all the neighbors solving a problem where the same initial value is always sent when multiple call occurs (#224) (124d8ac)