Releases: GDC-ConsumerEdge/parameter-store
Releases · GDC-ConsumerEdge/parameter-store
v2.0.0
2.0.0 (2025-11-20)
⚠ BREAKING CHANGES
- add changeset models (#83)
Features
- Implement ChangeSet Management in Django Admin (#90) (9f5d484)
- Add ability to create/modify ChangeSets from object creation pages (4b1ff83)
- add changeset interception for top-level entities (40411b7)
- add changeset models (#83) (4734e6c)
- add interception of saving for TLEs (40411b7)
- add support for a visual indicator of the active ChangeSet (#101) (cb53deb)
- update the visual appearance of the sidebar (594d348)
Bug Fixes
- admin: ensure new entities are created as drafts (40411b7)
- bug where updating a group would incorrectly fail to create a draft and would persist draft changes to live objects (40411b7)
- changeset actions logic and object deletion logic when deleting a changeset (40411b7)
- changeset selector works; rendering in UI improved (40411b7)
- changesets: changeset name now a required field (4b1ff83)
- changesets: correct changeset button link (4b1ff83)
- changesets: correct comment (9f5d484)
- changesets: fix menu dropdown behavior, now selecting draft changesets (9f5d484)
- constraints, logic for deleting drafts, and update changeset actions based on new columns and constraints (40411b7)
- draft clusters can only see draft groups within the same changeset (40411b7)
- ensure all views use 'Parameter Store' (#94) (091c03e)
- ensure changeset dropdown supports dark theme (9f5d484)
- ensure optimal query perf for clusters; fix readonly fields for top-level entities (40411b7)
- group interception was failing; fix and add tests (40411b7)
- optimize queries in cluster view with new related objects (40411b7)
- swap the order of template engines to preference the Django engine (9f5d484)
- update changeset-aware entities to default to is_live=False (#89) (ea87538)
- update deps (#91) (ade1712)
Documentation
v1.2.1
1.2.1 (2025-09-03)
Bug Fixes
- build: update cloudbuild.yaml (#82) (5c89419)
- django: fix missing models in django makemigrations (0c74a90)
- fix missing models in django makemigrations and update README for new environment setup (#81) (0c74a90)
- readme: fix documentation related to local environment setup (0c74a90)
- readme: fix documentation related to local environment setup (0c74a90)
- tests, deps: add Ruff + upgrade deps (#77) (ae00284)
Documentation
v1.2.0
v1.1.0
1.1.0 (2025-04-18)
Features
- add API endpoints to get a single group or cluster by name (075e9bb)
- add customized colors and logo as site icon / favicons (#13) (ed66f2f)
- add data loader script and pipeline (1ef0979)
- add secondary groups for clusters and group custom data (#36) (075e9bb)
- add updated_at to all models (#31) (2c898f5)
- allow server time zone to be set by environment variable
TIME_ZONE(2c898f5) - group downstream custom data changes propagate to updated_at field in object and are output via API (075e9bb)
- hide tables from UI for cluster-related data; fixes #40 (075e9bb)
- update cluster secondary groups and tags to make them optional when creating new objects (#46) (bf12b4d)
- update ClusterIntent models (2bb2e37)
Bug Fixes
v1.0.0
MVP release
mvp updates for release