Skip to content

Cldr Calendars version 2.4.3

Latest

Choose a tag to compare

@kipcole9 kipcole9 released this 11 May 04:17

Bug Fixes

  • Cldr.Calendar.Compiler.create_calendar/3 now short-circuits when the calendar module is already loaded, bypassing the GenServer queue. This eliminates the serialisation contention that could cause concurrent callers to time out under load. Thanks to @tjchambers for the report. Closes #35