Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.6.2 to 0.7.0-0.6.x-compat
Open
Number: #341
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
July 07, 2025 at 02:22 AM UTC
(5 months ago)
(5 months ago)
Updated:
July 07, 2025 at 02:22 AM UTC
(5 months ago)
(5 months ago)
Labels:
dependencies java
dependencies java
Assignees:
hfhbd
hfhbd
Description:
Bumps org.jetbrains.kotlinx:kotlinx-datetime from 0.6.2 to 0.7.0-0.6.x-compat.
Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-datetime's releases.
v0.7.0
Breaking changes:
- Remove
kotlinx.datetime.Instantandkotlinx.datetime.Clockin favor ofkotlin.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
LocalDateandLocalDateTimevalues on all platforms (#432).- Rename
dayOfMonthtoday,monthNumbertomonth(#84).- Make
DayOfWeekandMonthno longer type aliases tojava.time.DayOfWeekandjava.time.Month(#96).- Make
"UTC"and not"Z"be the timezone identifier forTimeZone.UTC(#474).- Accept
"z"inTimeZone.of, with the same meaning as"Z"(#529).- Add
DateTimeFormat-basedKSerializerimplementations for datetime entities, and change the default serializers to be based ontoString/parsepairs (#415).Additions:
- Add
java.io.Serializableimplementations for most of the entities in the library (#143). Thanks for spotting and fixing a potential vulnerability,@lukellmann!- Add
LocalDateRange, a range ofLocalDatevalues (#190). Thanks,@PeterAttardo!- Add
YearMonthandYearMonthRange(#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
DateTimeComponentsvalue (#471).- Set the JPMS dependency on
kotlinx.serialization.coreto be optional (#496).
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-datetime's changelog.
CHANGELOG
0.7.0
Breaking changes:
- Remove
kotlinx.datetime.Instantandkotlinx.datetime.Clockin favor ofkotlin.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
LocalDateandLocalDateTimevalues on all platforms (#432).- Rename
dayOfMonthtoday,monthNumbertomonth(#84).- Make
DayOfWeekandMonthno longer type aliases tojava.time.DayOfWeekandjava.time.Month(#96).- Make
"UTC"and not"Z"be the timezone identifier forTimeZone.UTC(#474).- Accept
"z"inTimeZone.of, with the same meaning as"Z"(#529).- Add
DateTimeFormat-basedKSerializerimplementations for datetime entities, and change the default serializers to be based ontoString/parsepairs (#415).Additions:
- Add
java.io.Serializableimplementations for most of the entities in the library (#143). Thanks for spotting and fixing a potential vulnerability,@lukellmann!- Add
LocalDateRange, a range ofLocalDatevalues (#190). Thanks,@PeterAttardo!- Add
YearMonthandYearMonthRange(#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
DateTimeComponentsvalue (#471).- Set the JPMS dependency on
kotlinx.serialization.coreto be optional (#496).
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Ecosystem:
maven
maven
Version Change:
0.6.2 → 0.7.0-0.6.x-compat
Update Type:
Minor
Minor
Technical Details
| ID: | 2855605 |
| UUID: | 2645301612 |
| Node ID: | PR_kwDOHVMNos6drBls |
| Host: | GitHub |
| Repository: | hfhbd/postgres-native-sqldelight |
| Merge State: | Unknown |