Skip to content

Releases: CHESSComputing/SpecScansService

v0.2.0f

Choose a tag to compare

@github-actions github-actions released this 19 Feb 19:29
6408fb0

Release: v0.2.0f

  • 6408fb0 update dependencies: use golib v0.7.1
  • 4dce623 do not hard code dbtype for motors db, use sqldb.ParseDBFile

v0.2.0e

Choose a tag to compare

@github-actions github-actions released this 19 Feb 15:49
4abdd05

Release: v0.2.0e

  • 4abdd05 update critical vulnerabilities
  • 8a4a328 update dependencies: add server helper function to golib/server
  • d56d7a2 update dependencies: bug fix in golib/services
  • 9827182 update dependencies: various updates of golib, e.g. add MetaDataRecords, DataLocationAttributes

v0.2.0d

Choose a tag to compare

@github-actions github-actions released this 07 Feb 18:57
f91ab81

Release: v0.2.0d

  • f91ab81 disable temporary linux/arm64 image build
  • 78c920d update critical vulnerabilities
  • 107a941 update dependencies: bug fixes in golib/globus module

v0.2.0c

Choose a tag to compare

@github-actions github-actions released this 07 Feb 16:08
93cc016

Release: v0.2.0c

  • 93cc016 update dependencies: initialize srvConfig in globus utils

v0.2.0a

Choose a tag to compare

@github-actions github-actions released this 06 Feb 13:46
e6794c1

Release: v0.2.0a

  • e6794c1 Fix reported vulnerabilities: golang.org/x/crypto v0.31.0 and golang.org/x/net v0.33.0
  • 3af6e4e update dependencies: properly handle LDAP cache expiration

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 20:33
f1d83f8

Release: v0.2.0

  • f1d83f8 update dependencies: update bug in golib/server for embed content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 28 Jan 17:41
be6c312

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

Choose a tag to compare

@github-actions github-actions released this 24 Jan 16:02
03c27d7

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

Choose a tag to compare

@github-actions github-actions released this 13 Dec 15:51
0dc2bff

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

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 18 Nov 14:35
75cfacc

Release: v0.1.5

  • 75cfacc Merge branch 'main' of github.com:CHESSComputing/SpecScansService
  • 9bc4496 update dependencies
  • 82b53ee fix: update record schema.json
  • 82b7e8e implement basic /edit endpoint