File tree Expand file tree Collapse file tree 2 files changed +22
-8
lines changed
Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.3.0] - WIP
8+ ## [ 1.3.0] - 2025-03-08
99
10- This release is a work in progress.
10+ ### Added
11+ - New ` Build ` method, see below
1112
1213### Changed
1314 - Make ` ReverseGeocode ` thread safe, thanks to @mologie (#34 )
1415 - This makes the first call to `ReverseGeocode` much slower. This can be
1516 mitigated by calling `Build` first.
17+ - Optimizations: Only link used datasets, avoid copies, avoid pkg/errors
18+ dependency, thanks to @mologie (#26 )
19+ - Update natural earth data to v5.1.2, thanks to @SaTae66
20+ - Bump dependency versions, thanks to @dependabot
1621
1722## [ 1.2.0] - 2023-01-03
1823
Original file line number Diff line number Diff line change @@ -16,6 +16,20 @@ the data beforehand (links to which are in the files). If you want to use your
1616own dataset, check out
1717[ datagen] ( https://github.com/sams96/rgeo/tree/master/datagen ) .
1818
19+ ## Current status
20+
21+ Rgeo is not being activly developed. I will try to keep dependencies up to date
22+ but no new features will be added. You can read more
23+ [ here] ( https://sams96.github.io/rgeo-5-years-on ) if you are interested. If you
24+ are looking for an alternative, I recommend:
25+ - [ smilyorg/tinygpkg] ( https://github.com/smilyorg/tinygpkg ) - Very nice package
26+ inspired by Rgeo. It uses a different approach to vastly reduce startup time at
27+ the cost of slightly slower queries.
28+ - [ authenticvision/rgeo] ( https://github.com/authenticvision/rgeo ) - The most
29+ active fork of Rgeo, and most of the contributions I’ve had have come from
30+ these guys.
31+ Otherwise it should be fine to keep using Rgeo with its existing features.
32+
1933## Key Features
2034
2135 - ** Fast** - So I haven't _ actually_ benchmarked other reverse geocoding tools
@@ -143,9 +157,4 @@ fmt.Printf("%s\n", loc.SubRegion)
143157
144158## Contributing
145159
146- Contributions are welcome, I haven't got any guidelines or anything so maybe
147- just make an issue first.
148-
149- ## Projects using rgeo
150-
151- - [ rgeoSrv] ( https://github.com/sams96/rgeoSrv ) - rgeo as a microservice
160+ I'm not accepting new features for the time being, see above.
You can’t perform that action at this time.
0 commit comments