Releases: DIRACGrid/diracx
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
0.0.3 (2026-01-19)
Features
Bug Fixes
- do not use Any from pyparsing (#725) (b3873a1)
- ensure database commits complete before HTTP responses (#722) (4685790)
- exclude CHANGELOG.md from mdformat (639026a)
- move cern-specific config option from diracx to lhcbdiracx (#694) (927d51b)
- support additional config hints (#690) (c265a47)
Miscellaneous Chores
- release 0.0.3 (dbc726c)
v0.0.2
v0.0.1
v0.0.1a50: Merge pull request #662 from chrisburr/auth-docs
f553717 docs: Remove REFERENCE.md from table of contents
83e1cc4 docs: Write admin explanations about authentication
e5d59d7 fix InputDataPolicy schema definition
3d104bd chore: Pin DIRACCommon to >=v9.0.0
3ddc534 docs: minor fix
881d608 docs: use pixi in readthedocs
4b88f95 [pre-commit.ci] pre-commit autoupdate
46fea80 refactor: replace refresh token creation_time with UUIDv7 timestamps
6353f2a docs: removed png, used mermaid
77ccb07 [pre-commit.ci] auto fixes from pre-commit.com hooks
4b9ba18 docs: added info on embracing DiracX
fa724fa docs: added minimal requirements for installing DiracX
0f309b9 docs: removed SECURITY.md file
1617531 docs: added complete list of environment variables
6cfd111 docs: auto-generating docs for pixi tasks
39ba755 docs: added developers' installation
5803ea3 docs: added entrypoints
29cba77 docs: added pixi tasks
8779db6 docs: added info on client generation
75b3b9a docs: less repetition for run_demo
655fc23 docs: several minor fixes
989e587 [pre-commit.ci] pre-commit autoupdate
v0.0.1a49: Merge pull request #626 from aldbr/fix_main_jobattr-params-pydantic
2fc2208 fix: temporary patch to convert the metadata dict into a JobMetaData client model
1032fb9 feat: update clients
3ca8a3c feat: add a logic test to make sure attributes and params are going to the right backends
8491ffe fix: jobparameters and jobattributes pydantic models
a4f5441 feat: add pre-commit check for lollygag
57eae01 feat(utils): Add secured write in write_credential()
62601f8 build(deps): bump the actions group across 1 directory with 3 updates
34ba630 ci: Set image tag to 'dev' in gubbins_values.yaml
a5adb7b ci: update deployment to use DIRACCommon package
addd9c0 test: Add missing test dependency on pyjwt
59f71e0 refactor: simplify legacy integration test configuration
fb8adcd test: update tests for new config dependencies and API changes
a7fd49a feat: add config parameter to job submission router
a3b2260 feat: extend config schema with structured job and resource configs
275bc4f feat: add resources module with platform compatibility
3647cd2 feat: add DIRACCommon dependency and update imports
cfd9c40 docs: Guide users on updating the expected output of test_cssync when necessary
059799a feat: add supports_extending decorator
b181f2e fix: Running test_insert_malformed_jdl on machines with a non-UTC timezone
271a9d0 fix: improve error logging for JDL syntax issues during job submission
bd18098 refactor: Make Operations configuration VO-specific
9f33dea feat(ci): add automatic chart version bumping on DiracX releases
f979528 [pre-commit.ci] pre-commit autoupdate
e6f96c4 [pre-commit.ci] pre-commit autoupdate
fbf8b1d fix: remove preferred username from the search body of the summary if admin
a0f23c1 build(deps): bump codecov/codecov-action in the actions group
f35dcab ci: remove RUST_BACKTRACE=full from workflow
c236fd6 chore(ci): pixi --no-install does not work anymore in the CI
f481730 docs: Fix broken navigation
e157bb8 [pre-commit.ci] pre-commit autoupdate
d364557 build(deps): bump the actions group with 2 updates
fae41e5 docs: continue installation doc
4a22c26 docs: Enable strict mode for ReadTheDocs builds
c79582a add RUST_BACKEND=full
c1a4259 Add RUST_BACKTRACE=1 for debuging purposes
edee32a docs: Remove pages which no longer fit into the structure
f594f6e docs: fix remaining broken links in documentation
dde3a76 docs: organize navigation to include all missing pages
b448d4f docs: fix roadmap link path in register-a-vo.md
6dbf985 docs: fix mkdocs navigation warnings
44ceb48 feat(mkdocs): add mkdocs dependencies and update mkdocs feature configuration
656f837 [pre-commit.ci] pre-commit autoupdate
a25985f build(deps): bump the actions group with 2 updates
v0.0.1a48: Merge pull request #627 from fstagni/pilots_smarterDateTime
bd00e77 fix: from DateTime to SmarterDateTime
84b6d7b fix: tests
620e26c fix (JobDB): heartbeat timestamp is now returned with tzinfo, fix the test.
71dcc25 fix (JobDB): handle FunctionElement passed to inside CASE
abfb257 fix (JobDB): use SmarterDateTime defaults
b9c4d16 docs: document how MySQL timestamp and datetimes work for word of caution
5681b35 feat (JobDB): added SmarterDateTime
bd1bfbf fix (JobDB): use literal to hint to typeengine the correct type when rendering bind parameters
4374553 fix: add CORS origins for https:// local dev instances