Releases: md-redwan-hossain/bd-geographical-data-api
Releases · md-redwan-hossain/bd-geographical-data-api
2.1.0
2.0.0
This is a major release and it includes many breaking changes.
- Migrated to .NET Core 8 LTS.
- Fixed critical bug in
get all SubDistrict
route. - Fixed some typo in not found message.
- Api response is now in
camelCase
which was previously inPascalCase
- Added capability to load data based on application Environment [
Production
orDevelopment
] secrets.json
is now optional and loaded based on file's existence.- Almost 600% smaller executable binaries than previous release.
- Response Cache is enabled by default. Gotcha: Response Cache does not store any data in the server. It is all about how the client will cache the response so that it does not need to send the request again.
1.0.0
- No runtime is needed to run the binaries. Everything is packed inside during compilation, just extract and run.
- Default URL is
http://localhost:5000
- Swagger API doc is at
http://localhost:5000/swagger
- Change the port if port conflict occurs. Instructions are given in the
README