Skip to content

Releases: finos/waltz

1.48

29 Mar 08:37
eb2964c
Compare
Choose a tag to compare

Noteworthy

Legal Entities

Display Legal entity relationships on any grouping page along with primary assessments

  • LE relns page grid: #6507

Added a bulk leagal entity relationship importer:

  • LE bulk import: #6504
  • Legal entity relationship bulk upload evaluator: #6503

image

Other

  • Rename "Statistics (Indicators)" to simply "Statistics": #6482
  • Started an admin-only Nav aid builder: #6471
  • Fuzzy search when registering actor flows: #6492
  • Search for databases: #6493
  • Continued with playwright UI testing: #6495
  • Documented Waltz upgrade steps: #6498
  • Document release procedures: #6519
  • Cost section can display information for previous years: #6516 (see image below)
  • Version Information Page: #6525
  • Assessment Definitions: allow admin to specify qualifier ids in UI: #6505
  • Adding external id to actor search: #6517

image

Bug Fixes

  • AssessmentList: toggling last open group reopens all default sections by @davidwatkins73 in #6472
  • Added missing predicate survey owner list: #6510

Full Changelog: 1.47.2...1.48

1.47.2

07 Mar 09:56
78dd5cf
Compare
Choose a tag to compare

A small bug fixing release

Noteworthy

  • #6057 Admins: custom roles can now be searched and filtered
  • #6464 Indicators are getting renamed to Statistics (Indicators). 1.48 will complete the transition to simply Statistics
  • #6460 Bulk involvement loader now works for Change Initiatives
  • #6454 Assessments Overview widget incorrectly states there are not assessments until the associated section is opened

Other

1.47.1

14 Feb 12:12
ea80c57
Compare
Choose a tag to compare

1.47

Noteworthy

  • #6371 Legal Entites
    image

  • #6359 Multi-valued assessments
    image

  • #6358 Overview widget for assessment on 'group' pages e.g. ORG_UNIT/APP_GROUP
    image

  • #6409 Report Grids can be cloned
    image

Other

  • #6363 Grouped rating values
  • #6202 Improved performance on trees e.g. data type tree
  • #6404 Report Grid Filter notes support all grid columns

Bug Fixes

  • #6350 Icons in SVG diagrams rendering
  • #6397 Survey self-issuance sets survey owners
  • #6412 Bulk Involvement loader timeout on large data sets
  • #6355 Bulk Involvement loader 'replace' function

What's Changed

Full Changelog: 1.45.2...1.47.1

1.46

15 Dec 13:30
6685ac4
Compare
Choose a tag to compare

1.46

Noteworthy

  • Upgrade to Webpack 5 #6276
  • Additional derived column functions #6296
  • Full-page view for report grids to faciliate sharing of grids #6320
    • Better differentiation / filtering between public and private report grids
  • Flow Classification Rules can reference Actors as well as Applications
  • Added issued_on field to survey_instance records

image

Bug Fixes

  • Editing physical flow attributes without override role #6301
  • Misalignment of due dates for surveys #6311
  • Fix postgres build #6323

New Contributors

Full Changelog: 1.45...1.45.2

1.46-RC1

12 Dec 20:45
9d67e7a
Compare
Choose a tag to compare
1.46-RC1 Pre-release
Pre-release
Merge pull request #6348 from davidwatkins73/waltz-6346-build-fix-h2

Fixing H2

1.45

05 Nov 09:30
9523bb8
Compare
Choose a tag to compare

Noteworthy

Report Grids

Grids can include survey recipients and approvers #5974 :

image

Derived grids columns:

image

Other

  • Grid filters can be saved as an entity named note
    • if the note is attached to an app group a scheduled drop will propulate the group with matching apps periodically
  • Can include flattened measurable taxonomies in the grid.
  • Entity statistics can be included in grid
  • Numerous fixes and performance tweaks
  • All changes reflected in the API

Assessments

Filter assessment list:
image

What's Changed

Full Changelog: 1.44...1.45

1.44

06 Sep 13:41
d46b77d
Compare
Choose a tag to compare

Noteworthy

Attestations

  • Added report grid support for attestation columns #6103
    image

  • Added aggregate overlay diagram support for attestation data
    image

Complexity

  • Report Grids: Added support for complexity columns #6181

  • Aggregate Overlay Diagrams: Complexity overlay support #6184
    image

  • Report mean, median and std dev for groups of apps #6179
    image

Surveys

  • View mode on survey shows help text #6186

Report Grids

  • Lots of small enhancements #6192, notably:
    • App: Aliases
    • App: Tags
    • CI / App: Description
    • CI / App: Org Unit
    • CI / App: Parent ref

Housekeeping

  • Started Playwright testing support (ongoing) #6071

Other

1.43.1

29 Jul 08:41
6d81ae7
Compare
Choose a tag to compare

Patch release

What's Changed

  • Fixing report grid extraction #6175

Full Changelog: 1.43...1.43.1

1.43

28 Jul 16:22
dc60e79
Compare
Choose a tag to compare

Noteworthy

Permissions

Continued to put in a data driven permissions model.

Entities covered by this include:

  • Physical Flows (new)
  • Logical Flows (new)
  • Assessments (new)
  • Measurable Ratings (existing)
    • Planned Decomms (new)
    • Replacement Apps (new)
    • Allocations (new)

Assessments

  • Now suported on Measurable pages #6127
  • Grouping #6098
  • Allow users to lock assessment ratings if they have the correct permission #6074

Flows

  • Reworked flow registration UI #6123
  • Logical flow data type editor show exact usage by physical flows

Diagrams

  • Aggregate overlay diagrams #6080
  • Export to png added to most diagrams #6101

APIs

  • Org Unit extractor api #6131
  • Report Grid extractor api #6095

Customisation

  • Allow overriding of flow enum names (e.g. transport kind, frequency etc) #6100

Housekeeping

  • Added sample database dump to repo
  • Ensuring builds have correct maven version numbers associated to them #6161
  • More integration tests
  • More database schema docs

Other

1.43-rc1

27 Jul 09:27
9037d0d
Compare
Choose a tag to compare
1.43-rc1 Pre-release
Pre-release

Testing versioning

Full Changelog: 1.42...1.43-rc1