Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2025

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.6.2 -> 0.7.1-0.6.x-compat age confidence

Release Notes

Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)

v0.7.1

  • Add kotlinx.datetime.Instant and kotlinx.datetime.Clock type aliases to, respectively, kotlin.time.Instant and kotlin.time.Clock to make migration more convenient.
  • Add a fallback timezone database implementation for Darwin that uses the Foundation framework if the timezone database is unavailable on the filesystem (#​485).
  • Restore binary compatibility in string format definitions utilizing dates on the JVM (#​545).

v0.7.0

Breaking changes:

  • Remove kotlinx.datetime.Instant and kotlinx.datetime.Clock in favor of kotlin.time.Instant (#​506). See https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant for a description of what to do if this causes problems.
  • Unify the range of admissible LocalDate and LocalDateTime values on all platforms (#​432).
  • Rename dayOfMonth to day, monthNumber to month (#​84).
  • Make DayOfWeek and Month no longer type aliases to java.time.DayOfWeek and java.time.Month (#​96).
  • Make "UTC" and not "Z" be the timezone identifier for TimeZone.UTC (#​474).
  • Accept "z" in TimeZone.of, with the same meaning as "Z" (#​529).
  • Add DateTimeFormat-based KSerializer implementations for datetime entities, and change the default serializers to be based on toString/parse pairs (#​415).

Additions:

  • Add java.io.Serializable implementations for most of the entities in the library (#​143). Thanks for spotting and fixing a potential vulnerability, @​lukellmann!
  • Add LocalDateRange, a range of LocalDate values (#​190). Thanks, @​PeterAttardo!
  • Add YearMonth and YearMonthRange (#​457).

Tweaks and fixes:

  • Support obtaining the system timezone on old Debian-based distributions (#​430).
  • Fix not being able to parse some valid timezone identifiers using the timeZoneId() directive (#​444).
  • Use the grammar defined in RFC 9557 for parsing timezone identifiers in the timeZoneId() directive, allowing parsing values not present in the timezone database (#​531).
  • Improved error messages when formatting an invalid DateTimeComponents value (#​471).
  • Set the JPMS dependency on kotlinx.serialization.core to be optional (#​496).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 2 times, most recently from e56b8d4 to 3006a89 Compare June 27, 2025 16:46
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 2 times, most recently from 5d298e8 to 9c8aca1 Compare July 7, 2025 23:10
@renovate renovate bot changed the title chore(core-deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.7.0-0.6.x-compat chore(core-deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.7.1-0.6.x-compat Jul 7, 2025
@DanySK DanySK force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 9c8aca1 to 1373786 Compare July 17, 2025 00:17
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 2 times, most recently from 09d9283 to 9342061 Compare July 17, 2025 00:23
@DanySK DanySK force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 10 times, most recently from 98c4b8d to 0c151fb Compare August 7, 2025 16:52
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 0c151fb to 3fabadb Compare August 7, 2025 20:32
@DanySK DanySK force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 3fabadb to 1f7ad40 Compare August 11, 2025 15:37
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 6 times, most recently from 776fd15 to ac4a2ef Compare August 16, 2025 16:50
@DanySK DanySK force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from ac4a2ef to 65a4957 Compare August 16, 2025 22:37
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 65a4957 to 8dc281a Compare August 17, 2025 02:28
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 5 times, most recently from 4231e71 to 48023f4 Compare August 27, 2025 20:44
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 48023f4 to 0963977 Compare August 31, 2025 09:50
@DanySK DanySK force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 0963977 to 2f0b780 Compare September 3, 2025 00:16
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 2f0b780 to b3d47ee Compare September 3, 2025 00:16
@DanySK DanySK force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from b3d47ee to 848aec7 Compare September 4, 2025 16:55
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 2 times, most recently from 6bb69e2 to 5f1c2c2 Compare September 6, 2025 21:59
@DanySK DanySK force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 2 times, most recently from 483a2b8 to 6eed0bb Compare September 10, 2025 21:17
@DanySK DanySK force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 6eed0bb to bbc2719 Compare September 17, 2025 18:44
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from bbc2719 to dbe0f21 Compare September 17, 2025 18:44
@DanySK DanySK force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from dbe0f21 to 051cbef Compare September 18, 2025 18:59
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 3 times, most recently from b64deb1 to b3e28b5 Compare September 24, 2025 18:07
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 3 times, most recently from 48b3b9c to 61d1917 Compare October 6, 2025 14:37
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 61d1917 to 36aaa18 Compare October 8, 2025 18:02
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from 36aaa18 to 09251ca Compare October 22, 2025 17:58
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch 3 times, most recently from 2de1a67 to a7f2046 Compare November 3, 2025 22:36
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-datetime-0.x branch from a7f2046 to 827e27e Compare November 5, 2025 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants