gotext v1.3.0 Release Notes

Release Date: 2018-02-13 // about 6 years ago
  • ๐Ÿš€ This release fixes an issue that made GetN and GetNC use always the "default" context instead of looking into the package configuration.

    ๐Ÿ”จ It also includes a refactoring of the package configuration that allows to be used in multiple concurrent goroutines without having data races.

    ๐Ÿš€ As these 2 changes may conflict with packages using it, by assuming the "default" context on the first, or by introducing deadlocks by the second, we're increasing the minor version number for this release to indicate possible backwards compatibility breaks.

    Starting on this version, we now have Pull Requests and Issues templates to fill in before creating any of these to help contributors provide all necessary information.

    ๐Ÿ›  Relevant issues fixed

    • ๐Ÿ“ฆ #14 GetN and GetNC don't honor domain package variable set by SetDomain()

    Relevant commits