Skip to content

v24.11.1

Compare
Choose a tag to compare
@andrewelamb andrewelamb released this 14 Nov 21:54
· 108 commits to develop since this release
2f40625

NOTE: there is a bug with this release in the CLI

 schematic --help
Traceback (most recent call last):
  File "/Users/tyu/anaconda3/envs/schematic-testing/bin/schematic", line 5, in <module>
    from schematic.__main__ import main
  File "/Users/tyu/anaconda3/envs/schematic-testing/lib/python3.9/site-packages/schematic/__init__.py", line 23, in <module>
    from schematic_api.api.security_controller import info_from_bearer_auth
ModuleNotFoundError: No module named 'schematic_api'

What's Changed

FEATURES

  • [FDS-2386] Synapse entity tracking and code concurrency updates by @BryanFauble in #1505
  • Attach additional telemetry data to OTEL traces by @BryanFauble in #1519
  • feat: added tracing for cross manifest validation and file name validation by @linglp in #1509
  • [SCHEMATIC-126] Update file annotation store process to require filename be present i… by @BryanFauble in #1535

BUG FIXES

  • [FDS-2506] Fix type Validation by @andrewelamb in #1526
  • [SCHEMATIC-1] BugFix: manifest submission when data previously annotated without manifest upload by @GiaJordan in #1538

TECH DEBT

Full Changelog: v24.10.2...v24.11.1