Skip to content

Releases: JuliaTime/TimeZones.jl

v1.12.0

22 Aug 05:25
77c9c04
Compare
Choose a tag to compare

TimeZones v1.12.0

Diff since v1.11.0

Closed issues:

  • Error building TimeZones (#267)
  • Error when updating TimeZones? (#279)
  • Users need to download all timezones when using create_app from PackageCompiler (#300)
  • Unable to automatically install 'tzdata2020a' from '.../Artifacts.toml (#302)
  • High memory usage during build (#321)
  • Unable to automatically install 'tzdata1997b' from '.../Artifacts.toml' (#325)
  • Julia 1.6 - ArgumentError: Unable to find time zone "America/New_York". Try running TimeZones.build(). (#331)
  • Package artifacts and distribute using our standard architecture (#343)
  • Avoid loading TimeZones at build time (#357)
  • RFC: Separate TZData module into separate package (#359)
  • Stochastic failure in thread-safety tests (#386)
  • Error after compilation - Unable to find time zone "Europe/Budapest". Try running TimeZones.build() (#399)

Merged pull requests:

  • Use precompiled time zone information from TZJData.jl (#441) (@omus)
  • Update GitHub CI actions (#442) (@omus)

v1.11.0

27 Jul 03:41
9f7fd55
Compare
Choose a tag to compare

TimeZones v1.11.0

Diff since v1.10.0

Closed issues:

  • Documentation is out-of-date (#397)

Merged pull requests:

v1.10.0

24 May 04:58
3bdc66d
Compare
Choose a tag to compare

TimeZones v1.10.0

Diff since v1.9.2

Merged pull requests:

  • Switch to pre-fetching model for thread-safety (#382) (@omus)

v1.9.2

02 May 20:34
804864c
Compare
Choose a tag to compare

TimeZones v1.9.2

Diff since v1.9.1

Merged pull requests:

v1.9.1

30 Nov 16:08
f8f39b3
Compare
Choose a tag to compare

TimeZones v1.9.1

Diff since v1.9.0

Closed issues:

  • 1.9.0 breaks relocatability (#393)
  • next_transition_instant returns wrong transition (#396)

Merged pull requests:

  • Switch to using julia-actions/cache instead of actions/cache (#392) (@omus)
  • Require Scratch 1.1.1 (#395) (@omus)
  • Default to using 2022b tzdata (#400) (@omus)
  • Modify show for FixedTimeZone (#412) (@omus)
  • CI: cancel old PR builds when new commits are pushed to a PR branch (#414) (@DilumAluthge)
  • Default to using 2022f tzdata (#416) (@omus)
  • Address argerror deprecation (#417) (@omus)
  • Make Julia nightly tests optional to pass (#418) (@omus)

v1.9.0

11 Jul 15:06
68c8062
Compare
Choose a tag to compare

TimeZones v1.9.0

Diff since v1.8.0

Closed issues:

  • Move away from serialize (#61)

Merged pull requests:

  • Use Scratch to hold downloads and compiled tzdata (#384) (@staticfloat)
  • Switch to using TZJFile serialization format (#385) (@omus)
  • Run thread-safety checks when Julia is using threads (#387) (@omus)
  • Minor follow up changes to #384 (#388) (@omus)
  • Include the tzdata version in our scratch directory structure (#389) (@omus)

v1.8.0

21 Jun 04:14
d83abbc
Compare
Choose a tag to compare

TimeZones v1.8.0

Diff since v1.7.3

Merged pull requests:

  • Add support for writing to the tzfile format (#379) (@omus)
  • Add support for new serialization format TZJFile (#380) (@omus)
  • Remove active version logic (#381) (@omus)

v1.7.3

02 Apr 02:09
5e08518
Compare
Choose a tag to compare

TimeZones v1.7.3

Diff since v1.7.2

Merged pull requests:

  • Default to using 2022a tzdata (#376) (@omus)

v1.7.2

02 Mar 16:09
f06ba54
Compare
Choose a tag to compare

TimeZones v1.7.2

Diff since v1.7.1

Closed issues:

  • Drop support for Julia < 1.3 (#340)

Merged pull requests:

v1.7.1

06 Jan 19:37
e8d402c
Compare
Choose a tag to compare

TimeZones v1.7.1

Diff since v1.7.0

Closed issues:

  • Initialization Error in PackageCompiler app on Windows when relocating (#371)

Merged pull requests:

  • Make Windows directory during package build (#372) (@omus)