Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.48 KB

HISTORY.md

File metadata and controls

59 lines (48 loc) · 2.48 KB

History

TODO

  • Configure logging #7
  • Try to compress responses #34
  • Support searching with patterns on original and smarter id #19
  • Support text/csv header request #16
  • Substitute flask-restful components with better alternatives #10

0.2.2 (2023-06-30)

  • Search samples by aliases #38
  • Update models top latest SMARTER database
  • Update docker image

0.2.1 (2022-05-11)

  • Fix dataset parameter in swagger Samples endpoint
  • Add country endpoint #33
  • Support multiple parameters in Breeds endpoint #29
  • Support parameters into GeoJSON endpoint #32
  • Return error when searching variant with a wrong region #30

0.2.0 (2021-12-20)

  • support for GIS search in sample endpoints #13
    • document GeoJSON endpoint and GIS parameters using swagger
    • returning all samples as GeoJSON FeatureCollection
    • select samples within a sphere
    • select samples inside a polygon
    • model locations with MultiPointField
  • configure MongoDB memory usage #12
  • move base location from /api/ to /smarter-api/
  • document API with flasgger #6
  • add endpoint for supported assemblies variants #11
  • add info endpoint
  • query with multiple parameters #23
  • return 4xx error when querying with wrong parameters #22
  • Support type argument when searching samples
  • Track version with bump2version

0.1.0 (2021-11-11)

  • First release of SMARTER-backend
  • Support user authentication through JWT
  • Start documentation with readthedocs
  • Add endpoints for the principal features
    • breeds
    • supported chips
    • datasets
    • samples
    • variants