Skip to content

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 16 Sep 20:07
· 45 commits to main since this release
a4f580c

Release: v0.2.6

  • a4f580c upgrade golib with new beamlines schema module
  • a145edb Switch to beamlines.SchemaManager
  • 12512f1 migrate schema.go and schema_test.go to golib/beamlines
  • 6f3ba3d upgrade golib to support foxden user interfaces; many other fixes
  • 48ccdcf skip user keys if they do not belong fo schema
  • 58b55ae add foxden user to the server
  • 56458fb switch to use foxden user interface instead of ldap search call
  • 730604d Check that did is create as non-empty string
  • d16fcc5 upgrade golib to support HTTPClient interface
  • e21d5b5 upgrade golib to support test DOI for materials commons publication
  • c565b24 upgrade golib to support sync service sleep interval and pool workers
  • 1b2cf45 Switch from ioutil.ReadAll to io.ReadAll
  • a396296 upgrade golib to support projection slices from docdb's
  • 7282fc6 upgrade golib to support projection slices from docdb's
  • 1496211 simplify server.Route settings
  • 250bae3 Add support for projections in records endpoint, e.g. /records?projection=did
  • 5d4c28a upgade golib version (switch to /dois end-point for MaterialsCommons
  • 7336834 Add mapping of existing records to history ones
  • 1caf874 upgade golib version (SyncService addition in configuration)
  • 364da28 change log to use only log.Llongfile option as our logging module provide timestamp already
  • 2955987 update to golib version and dependencies
  • 78d6f20 adjust logic of validDataValue API where I compare record type with value one and handle correctly new Keara's changes for list values
  • 5eaf1ff Merge branch 'main' of github.com:CHESSComputing/MetaData
  • 11552a2 update to golib version and dependencies
  • 7f66cee enable use of "values" for schema fields with types other than "list_*"
  • 1615da2 update to golib version and dependencies
  • 6adbffb update skip keys and doi attributes
  • f95976a fix doi_created_at skip key
  • c9d0d26 add doi_foxden_url
  • dce5340 update dependencies on golib
  • fd8232c add support for nested schema files
  • 30556ee update dependencies on golib
  • 5a52b91 provide implementation for DeleteHandler