Skip to content

Cadmus API for geographic components development

Notifications You must be signed in to change notification settings

vedph/cadmus-geo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cadmus Geography API

This API is used to develop Cadmus geography components.

Quick Docker image build:

docker build . -t vedph2020/cadmus-geo-api:3.0.0 -t vedph2020/cadmus-geo-api:latest

(replace with the current version).

History

  • 2024-05-24: updated packages.
  • 2024-03-22: updated packages.
  • 2023-11-21: updated packages.

4.0.0

  • 2023-11-18: ⚠️ Upgraded to .NET 8.
  • 2023-11-09: updated packages.
  • 2023-11-07: updated packages.

3.0.0

  • 2023-06-17: moved to PostgreSQL.
  • 2023-06-02: updated packages.

2.0.0

  • 2023-05-24: updated packages (breaking change in general parts introducing AssertedCompositeId).
  • 2023-05-16: updated packages.
  • 2023-02-11: updated packages (minor change in toponym model).

1.0.0

  • 2023-02-02: migrated to new components factory. This is a breaking change for backend components, please see this page. Anyway, in the end you just have to update your libraries and a single namespace reference. Benefits include:

    • more streamlined component instantiation.
    • more functionality in components factory, including DI.
    • dropped third party dependencies.
    • adopted standard MS technologies for DI.
  • 2023-01-26: updated packages.

0.0.2

  • 2023-01-12: updated packages.