Changelog for NeoFS LOCODE database
0.8.2 - 2025-12-10
- Optimized memory allocations (#60)
0.8.1 - 2025-09-08
- Minimal supported Go version is 1.24 now (#58)
- golang.org/x/text dependency to v0.29.0 (#58)
- LOCODE DB revision, bringing CNFEH and FRBEC (with the same 2024-2 base version, #58)
0.8.0 - 2025-02-28
- Useless exported types (#54)
- UN/LOCODE to
2024-2version (#51) - github.com/stretchr/testify dependency to v1.10.0 (#55)
- golang.org/x/text dependency to v0.22.0 (#55)
0.7.0 - 2024-08-28
- Go 1.22 is required to build now (#40, #43)
- Corrected known bad coordinates via a local override (#38)
- Drop cobra dependency, use standard packages to deal with flags (#42)
- UN/LOCODE to
2024-1version (#44) - Switch data source to github.com/datasets/un-locode which has more suitable data format (#37)
- Continents file from known source (#45)
- UN/LOCODE files now in UTF-8, without wrong symbols (#37)
- Support float coordinates from UN/LOCODE files (#38)
0.6.0 - 2024-02-20
- Go 1.20 is required to build now (#33)
- UN/LOCODE to
2023-2version (#33) - All dependencies to current versions (#33)
0.5.0 - 2023-11-28
The DB is now provided as a Go package, import it as
github.com/nspcc-dev/locode-db/pkg/locodedb. Old binary DB is no longer
being built and released.
- Dropped deb packages (#18)
- License is MIT now (#18)
- DB is stored in a Go package (#22, #23, #28)
- neofs-cli is no longer required to regenerate the DB (#22)
- UN/LOCODE to
2023-1version (#22) - golang.org/x/text dependency from 0.3.7 to 0.3.8 (#27)
0.4.0 - 2023-04-11
- UN/LOCODE to
2022-2version
0.3.0 - 2022-10-28
- Added Makefile to simplify DB build (#9)
- Added .deb packages support (#11)
- UN/LOCODE to
2022-1version
0.2.1 - 2021-11-02
- Find the nearest continent for LOCODEs without exact continent match (#3, #6)
0.2.0 - 2021-10-21
- Decimal parts of coordinates contains minutes, not degrees (#2)
- UN/LOCODE to
2021-1version
0.1.0 - 2021-02-10
Initial release.