Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v4.6.1 #954

Merged
merged 36 commits into from
Oct 12, 2024
Merged

Release: v4.6.1 #954

merged 36 commits into from
Oct 12, 2024

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    a68db14 View commit details
    Browse the repository at this point in the history
  2. Add Date class for WasmJSMain: Represents epoch time in milliseconds …

    …for JS env. Provides `getTime` method for UTC timestamp since 1970-01-01. Instantiate via platform-specific methods.
    ForteScarlet committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a1d2e6e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    428b43b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #932 from simple-robot/ForteScarlet-patch-1

    Update qodana_code_quality.yml
    ForteScarlet authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    51b0b93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c59aa2 View commit details
    Browse the repository at this point in the history
  4. fix build

    ForteScarlet committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0c0c49f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. build(deps): bump org.jetbrains.kotlinx:lincheck from 2.33 to 2.34

    Bumps [org.jetbrains.kotlinx:lincheck](https://github.com/Kotlin/kotlinx-lincheck) from 2.33 to 2.34.
    - [Release notes](https://github.com/Kotlin/kotlinx-lincheck/releases)
    - [Changelog](https://github.com/JetBrains/lincheck/blob/master/RELEASE.md)
    - [Commits](JetBrains/lincheck@lincheck-2.33...lincheck-2.34)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx:lincheck
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    97bfb33 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump io.gitlab.arturbosch.detekt from 1.23.6 to 1.23.7

    Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.23.6 to 1.23.7.
    - [Release notes](https://github.com/detekt/detekt/releases)
    - [Commits](detekt/detekt@v1.23.6...v1.23.7)
    
    ---
    updated-dependencies:
    - dependency-name: io.gitlab.arturbosch.detekt
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d0a7144 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. build(deps): bump io.projectreactor:reactor-test from 3.6.9 to 3.6.10

    Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.6.9 to 3.6.10.
    - [Release notes](https://github.com/reactor/reactor-core/releases)
    - [Commits](reactor/reactor-core@v3.6.9...v3.6.10)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor:reactor-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    130f3ce View commit details
    Browse the repository at this point in the history
  2. build(deps): bump io.projectreactor:reactor-core from 3.6.9 to 3.6.10

    Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.9 to 3.6.10.
    - [Release notes](https://github.com/reactor/reactor-core/releases)
    - [Commits](reactor/reactor-core@v3.6.9...v3.6.10)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor:reactor-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0835daf View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #938 from simple-robot/dependabot/gradle/v4-dev/io…

    ….projectreactor-reactor-core-3.6.10
    
    build(deps): bump io.projectreactor:reactor-core from 3.6.9 to 3.6.10
    ForteScarlet authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f76fbde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #937 from simple-robot/dependabot/gradle/v4-dev/io…

    ….projectreactor-reactor-test-3.6.10
    
    build(deps): bump io.projectreactor:reactor-test from 3.6.9 to 3.6.10
    ForteScarlet authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9407316 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #935 from simple-robot/dependabot/gradle/v4-dev/or…

    …g.jetbrains.kotlinx-lincheck-2.34
    
    build(deps): bump org.jetbrains.kotlinx:lincheck from 2.33 to 2.34
    ForteScarlet authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f365db1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #936 from simple-robot/dependabot/gradle/v4-dev/io…

    ….gitlab.arturbosch.detekt-1.23.7
    
    build(deps): bump io.gitlab.arturbosch.detekt from 1.23.6 to 1.23.7
    ForteScarlet authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3843bf6 View commit details
    Browse the repository at this point in the history
  5. Update website

    Signed-off-by: ForteScarlet <[email protected]>
    ForteScarlet committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e592fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. build(deps): bump kotlinx-coroutines from 1.8.1 to 1.9.0

    Bumps `kotlinx-coroutines` from 1.8.1 to 1.9.0.
    
    Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.1 to 1.9.0
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)
    
    Updates `org.jetbrains.kotlinx:kotlinx-coroutines-reactive` from 1.8.1 to 1.9.0
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)
    
    Updates `org.jetbrains.kotlinx:kotlinx-coroutines-reactor` from 1.8.1 to 1.9.0
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)
    
    Updates `org.jetbrains.kotlinx:kotlinx-coroutines-rx2` from 1.8.1 to 1.9.0
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)
    
    Updates `org.jetbrains.kotlinx:kotlinx-coroutines-rx3` from 1.8.1 to 1.9.0
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)
    
    Updates `org.jetbrains.kotlinx:kotlinx-coroutines-guava` from 1.8.1 to 1.9.0
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)
    
    Updates `org.jetbrains.kotlinx:kotlinx-coroutines-slf4j` from 1.8.1 to 1.9.0
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)
    
    Updates `org.jetbrains.kotlinx:kotlinx-coroutines-debug` from 1.8.1 to 1.9.0
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)
    
    Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.8.1 to 1.9.0
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactive
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-rx2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-rx3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-guava
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-debug
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    55e6229 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. build(deps): bump com.github.gmazzo.buildconfig from 5.4.0 to 5.5.0

    Bumps com.github.gmazzo.buildconfig from 5.4.0 to 5.5.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.github.gmazzo.buildconfig
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c40efb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge pull request #940 from simple-robot/dependabot/gradle/v4-dev/co…

    …m.github.gmazzo.buildconfig-5.5.0
    
    build(deps): bump com.github.gmazzo.buildconfig from 5.4.0 to 5.5.0
    ForteScarlet authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b6abe49 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    99ef8eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc48e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge pull request #939 from simple-robot/dependabot/gradle/v4-dev/ko…

    …tlinx-coroutines-1.9.0
    
    build(deps): bump kotlinx-coroutines from 1.8.1 to 1.9.0
    ForteScarlet authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cf18c03 View commit details
    Browse the repository at this point in the history
  2. bump(deps): Kotlin from 2.0.10 to 2.0.20

    Signed-off-by: ForteScarlet <[email protected]>
    ForteScarlet committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    af72957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d0773e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50b57d6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #945 from simple-robot/bump-kt-2020

    bump(deps): Kotlin from 2.0.10 to 2.0.20
    ForteScarlet authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a367852 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #946 from simple-robot/bump-jb-annotation

    bump(deps): Jetbrains annotation from 24.1.0 to 25.0.0
    ForteScarlet authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    94baded View commit details
    Browse the repository at this point in the history
  7. build(deps): bump org.jetbrains:annotations from 25.0.0 to 26.0.0

    Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 25.0.0 to 26.0.0.
    - [Release notes](https://github.com/JetBrains/java-annotations/releases)
    - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
    - [Commits](JetBrains/java-annotations@25.0.0...26.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains:annotations
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    389ed9f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Merge pull request #947 from simple-robot/dependabot/gradle/v4-dev/or…

    …g.jetbrains-annotations-26.0.0
    
    build(deps): bump org.jetbrains:annotations from 25.0.0 to 26.0.0
    ForteScarlet authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    04aab79 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump io.mockk:mockk from 1.13.12 to 1.13.13

    Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.13.13.
    - [Release notes](https://github.com/mockk/mockk/releases)
    - [Commits](mockk/mockk@1.13.12...1.13.13)
    
    ---
    updated-dependencies:
    - dependency-name: io.mockk:mockk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6f1fb1b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #948 from simple-robot/dependabot/gradle/v4-dev/io…

    ….mockk-mockk-1.13.13
    
    build(deps): bump io.mockk:mockk from 1.13.12 to 1.13.13
    ForteScarlet authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    899a470 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump kotlinx-serialization from 1.7.1 to 1.7.3

    Bumps `kotlinx-serialization` from 1.7.1 to 1.7.3.
    
    Updates `org.jetbrains.kotlinx:kotlinx-serialization-core` from 1.7.1 to 1.7.3
    - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
    - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.3)
    
    Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.1 to 1.7.3
    - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
    - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.3)
    
    Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.1 to 1.7.3
    - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
    - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.3)
    
    Updates `org.jetbrains.kotlinx:kotlinx-serialization-protobuf` from 1.7.1 to 1.7.3
    - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
    - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.3)
    
    Updates `org.jetbrains.kotlinx:kotlinx-serialization-cbor` from 1.7.1 to 1.7.3
    - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
    - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.3)
    
    Updates `org.jetbrains.kotlinx:kotlinx-serialization-properties` from 1.7.1 to 1.7.3
    - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
    - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-cbor
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-properties
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a4b9f6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56f5856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f859de View commit details
    Browse the repository at this point in the history
  5. Merge pull request #951 from simple-robot/support-kt-UUID

    增加 UUID 对 `kotlin.uuid.Uuid` 的兼容API
    ForteScarlet authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1e79a42 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Merge pull request #942 from simple-robot/dependabot/gradle/v4-dev/ko…

    …tlinx-serialization-1.7.3
    
    build(deps): bump kotlinx-serialization from 1.7.1 to 1.7.3
    ForteScarlet authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a41f807 View commit details
    Browse the repository at this point in the history
  2. release: v4.6.1

    ForteScarlet committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d2538b8 View commit details
    Browse the repository at this point in the history