Skip to content

Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.2 #59

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.5.0 -> 0.6.2 age adoption passing confidence

Release Notes

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

v0.6.2

  • Add the Wasm/WASI target support (#​366). Thanks, @​igoriakovlev!
  • Add TimeSource.asClock (#​164). Thanks, @​hfhbd!
  • Implement parsing and formatting day-of-year (#​414)
  • Improve the precision of NSDate to Instant conversions (#​427)
  • Deprecate DatePeriod.plus and DateTimePeriod.plus with a warning (#​381)
  • Deprecate Clock.asTimeSource with a warning (#​372)
  • Fix a bug in module-info preventing using kotlinx.datetime.format together with JPMS (#​438). Thanks, @​cdelabou!
  • Small tweaks and fixes.

v0.6.1

  • Prohibit parsing non-ASCII digits as numbers in DateTimeFormat (#​405)
  • More accurately determine which files represent time zones and which don't on Linux and Darwin (#​395)
  • Fix a regression that occasionally considered the right boundary of a time overlap to be a part of it on Native (#​399)
  • Introduce various small improvements to the timezone handling on Windows (#​390)
  • On Linux, allow not having any /etc/localtime set, defaulting to TimeZone.UTC as the system time zone (#​426)

v0.6.0

  • Introduce the widely requested API for locale-invariant parsing and formatting (#​343)
  • Completely overhaul the KDoc-based documentation (#​347)
  • Breaking change: forbid parsing Instant values without the second-of-minute component on the JVM and JS, fixing inconsistency with Native (#​369)
  • Breaking change: use the fully qualified name of classes in the JSON serializers (#​308)
  • Fix Proguard emitting warning about missing kotlinx-serialization classes when serialization is not used (#​336)
  • Reimplement the timezone database handling for Native targets from scratch (#​286, #​327)
  • Support Android NDK targets (#​344)
  • Small tweaks and fixes.
Changelog relative to version 0.6.0-RC.2
  • Completely overhaul the KDoc-based documentation (#​347)
  • Breaking change: forbid parsing Instant values without the second-of-minute component on the JVM and JS, fixing inconsistency with Native (#​369)
  • Improve error descriptiveness in some cases (#​360, #​371)
  • Remove stat usages to comply with Apple's new publishing requirements (#​385)
  • Fix parsing of formats where optional is directly between numbers (#​362)
  • Forbid empty and duplicate month, day-of-week, and AM/PM marker names in datetime formats (#​362)

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/kotlinx.datetime branch 6 times, most recently from 5aafc1f to 4ff81be Compare December 10, 2024 18:27
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch 15 times, most recently from 424feb7 to 154493f Compare December 17, 2024 22:48
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch 9 times, most recently from 9ae14ef to 618df52 Compare December 22, 2024 18:46
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch 4 times, most recently from 7bbb36f to 7c239dd Compare March 9, 2025 13:42
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch 5 times, most recently from 58623b5 to 42a4840 Compare March 15, 2025 18:55
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch 7 times, most recently from 0912646 to 8ec781b Compare March 24, 2025 18:58
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch 3 times, most recently from 0e1615d to a1506a0 Compare March 29, 2025 14:14
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch 3 times, most recently from 88b3b34 to 22a0e41 Compare March 31, 2025 20:18
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch 3 times, most recently from c18ee84 to f109baa Compare April 13, 2025 20:48
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch from f109baa to 6c7c412 Compare May 7, 2025 16:31
@renovate renovate bot force-pushed the renovate/kotlinx.datetime branch from 6c7c412 to e0b418f Compare May 18, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants