Releases: CHESSComputing/SpecScansService
Releases · CHESSComputing/SpecScansService
Release list
v0.2.0f
v0.2.0e
v0.2.0d
v0.2.0c
Release: v0.2.0c
- 93cc016 update dependencies: initialize srvConfig in globus utils
v0.2.0a
v0.2.0
Release: v0.2.0
- f1d83f8 update dependencies: update bug in golib/server for embed content
v0.1.9
Release: v0.1.9
- be6c312 Merge branch 'main' of github.com:CHESSComputing/SpecScansService
- f55ee7d update dependencies: server and DBS updates
- dd85012 fix tests for new string type sid
- 42b3b0a change data type of sid to be string
- 1743fd9 use sid, not start_time, to identify records to edit.
- ab19c30 convert start_time to ns to use as sid
- 634f94b fix mysql data types for sid, motor_position
v0.1.7
Release: v0.1.7
- 03c27d7 update dependencies: doi interface
- 95b4d65 update dependencies: add support for large files in s3.UploadFile API
- 85b4497 update dependencies: switch to DocDB and S3Client interfaces
- 396107b update dependencies: unification of golib/s3 APIs (support for minio and ceph clients)
- 87a0035 update dependencies: adjust golib/s3 APIs to be independent from s3 implementation
- f71be3c update dependencies: introduce golib/s3 library
v0.1.6
Release: v0.1.6
- 0dc2bff Merge branch 'main' of github.com:CHESSComputing/SpecScansService
- 98242d4 update dependencies: change spec data-type in golib
- c91ec05 stricter formatting for sql queries to motorsdb (for compatibility with certain sql driver(s))
- d686c31 update dependencies: implement docdb module; switch MetaData service from mongo to docdb module
- 7d09843 Merge branch 'main' of github.com:CHESSComputing/SpecScansService
- d68d35c update dependencies: implement docdb and embed modules
- 8d32578 add mysql motorsdb table creation statements
- 22defaa update dependencies
- 10792ff Switch to sqldb module for db initialization
- 4632d97 update dependencies: drop of gorm, addition of sqldb
- 4c51932 Add build_amd64_static build action
- b3c1e3f test: add first motorsdb tests
- d302e85 update dependencies: switch from bson to map[string]any