Skip to content

Releases: md-redwan-hossain/bd-geographical-data-api

2.1.0

20 Dec 12:51
Compare
Choose a tag to compare
  • Fixed missing data in the given app.db sqlite database.
  • Added serilog for structured logging. Errors will be written in file from now.
  • Removed appsettings.Development.json and appsettings.Production.json. Create them on demand.

2.0.0

13 Dec 09:50
Compare
Choose a tag to compare

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 in PascalCase
  • Added capability to load data based on application Environment [Production or Development]
  • 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

22 Nov 06:30
Compare
Choose a tag to compare
  • 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