Change Log
Please visit the Stack9 Core release page for all history releases.
3.7.0.511-a33f87f
Published on Mon Aug 29 2022.
- S9-699 - Error renaming more than one index when dropping an entity
- S9-652 - History UI improvements
- 510 509 527 528 - security packages upgrade
3.6.1.469-f89b809
Published on Tue Jul 12 2022.
- 470 474 476 481 - stack9 license
- 479 484 491 - form read only for deleted records
- 498 - entity log bug fixes
3.5.0.413-a9dc39e
Published on Wed Jun 15 2022.
- 348 - entity log diff mechanism requires bucket permission change
- 364 - extended hooks for delete actions.
- 365 - bugfix: related fields kept the old value after updated entity through a
singledropdown
action button. - 383 - applied where clause (filter) for grid components
- 399 419 - feature: extended custom document function to accept return email recipients
- 422 - anonymisation mechanism, new core flavor to run knex migrations
- 451 - exposed express routes.
release PR: 455
3.4.1.319-4f7d88b
Published on Thu Apr 28 2022.
- S9-413 Error message moving steps
- S9-404 Printable Doc template can't display grandparent values any more
- S9-390 Entity log displays date fields incorrectly
- S9-379 mapView not displaying markers
- S9-353 Date Picker days alignment
- S9-483 Allow user to pick field values from previous version and restore record
- S9-437 Healthcheck endpoint
- 328 - updated endpoint
api/notifications
to accept new paramwithinDays
- 310 - injected appContext in
CustomUIComponents
- 361 - removed required email item in the appValidator for property
allowedAccountsForNonProdEmailSending
3.3.1.277-988ad98
Published on Wed Apr 13 2022.
- 306 - added extra
payload
parameter to user notification.
3.3.0.266-e4ba2d5
Published on Mon Mar 28 2022.
Breaking changes:
- 277
Other changes:
- 281 280 279 278 268 269 282 290 libraries upgrades (knex, react hooks and minor security patches)
- 287 colorpicker component fix
- 296 custom UI route improvements
- 291 improved macOS powershell script.
- 298 added filters to printable documents page
- 297 pg nulls ordered now appear last.
release PR 299
3.2.2.244-dc50a3b
Published on Wed Feb 16 2022.
- 283 - removed use of deprecated endpoint
/{entity_name}/{id}
to populate dropdown default value.
3.2.0.235-0c96c6b
Published on Wed Feb 02 2022.
What's Changed
- S9-406 - New getDetail route by @anoguez in https://github.com/april9-digital-consulting/stack9-core/pull/257
- use env var for db request timeout by @swkyyme in https://github.com/april9-digital-consulting/stack9-core/pull/263
- Pull latest changes in to the latest release branch by @AsianJohnBoi in https://github.com/april9-digital-consulting/stack9-core/pull/271
- Release/3.2.0 by @AsianJohnBoi in https://github.com/april9-digital-consulting/stack9-core/pull/273
Full Changelog: https://github.com/april9-digital-consulting/stack9-core/compare/3.1.3.232-bd4d6fa...3.2.0.234-e4d9acd
3.1.3.232-bd4d6fa
Published on Thu Jan 27 2022.
What's Changed
- EA-1034 passing content disposition option to file adapter by @marcosrjjunior in https://github.com/april9-digital-consulting/stack9-core/pull/265
- EA-1034 returning created by and updated by of attachment by @marcosrjjunior in https://github.com/april9-digital-consulting/stack9-core/pull/267
- Fixed messageService and dispatch messages in the MQConsumer by @anoguez in https://github.com/april9-digital-consulting/stack9-core/pull/266
- S9-426 - Update the application names by @AsianJohnBoi in https://github.com/april9-digital-consulting/stack9-core/pull/270
- Release/3.1.3 by @AsianJohnBoi in https://github.com/april9-digital-consulting/stack9-core/pull/272
Full Changelog: https://github.com/april9-digital-consulting/stack9-core/compare/3.1.2.226-7c084a9...3.1.3.232-bd4d6fa
3.1.2.226-7c084a9
Published on Fri Jan 14 2022.
- Allow view attachment to use "send" or "redirect" 264
- Ability to get the url of a private attachment
3.0.7-beta.1.224-1031c14
Published on Thu Dec 23 2021.
All hotfixes from version 3.0.1 up to 3.0.5 are:
- 249 introduced a new mongo environment variable
MONGO_SSL_ENABLED
- bool -
- 246 fixed unhandled and uncaught exceptions that had no descriptive message when threw.
- 252
DB_ENCRYPT
is another environment variable that must set as true when used Azure with MSSQL. (won't have any effect for postgres database) - 254 fixed bootstrap: it was recreating n:n tables.
- 258 Fixed mongo SSL flag
- 259 Fixed get quicksight dashboard
3.1.1.221-90e8259
Published on Thu Dec 23 2021.
- Fixed mongo ssl issue by @anoguez in https://github.com/april9-digital-consulting/stack9-core/pull/260
- Release/3.1.1 by @AsianJohnBoi in https://github.com/april9-digital-consulting/stack9-core/pull/262
Full Changelog: https://github.com/april9-digital-consulting/stack9-core/compare/1.1.1...3.1.1
3.1.0.217-f76d470
Published on Tue Jan 11 2022.
- 251 - breaking change
- removed details call from the update endpoint.
oldEntity
will not have related entities prepopulated.
- removed details call from the update endpoint.
- 255 - updated
run-tools.ps1
- restore database function now drops schema and update knex_migration.
3.0.0.207-e58c9a3
Published on Fri Dec 10 2021.
Release notes - Stack9 - Version S9 Core 3.0
Story:
S9-403 Generate typescript interfaces based n entity definition json file
S9-402 Create new field type OptionSet for entity definition
S9-396 Create shared library of stack9 to be used in stack9-client and custom nextjs projects
S9-389 Allow task to be linked to related entities
S9-388 Introduce TypeScript to 2.6
S9-363 Expose User Notifications through API endpoints
S9-362 Enhance Notification Engine to store User Notification Object
S9-359 Ability to filter Grid Views on grandparent values
Sub-task:
- S9-369 Introduce MongoDb AWS service for Stack9 Infrastructure 2.5.0
Aditional untracked work:
223 Upgraded node container to 16 LTS
229 Upgraded objection and knex version (the latter had a big change for mssql, it's encouraged to make a proper regression test)
2.5.1.196-c9fe03c
Published on Thu Nov 25 2021.
- fixed in
/app
endpoint which was returning dashboard JSON property as string. - fixed MSSQL timeout - refactored transaction middleware and converted count-related-entities to a single query
- upgraded azurite container to 3.14.3
- fixed tests
1.6.6-beta.1.191-985a594
Published on Wed Nov 24 2021.
What's Changed * [GB-658] Include command for default switch case by @AsianJohnBoi in https://github.com/april9-digital-consulting/stack9-core/pull/232
Full Changelog: https://github.com/april9-digital-consulting/stack9-core/compare/1.6.4...1.6.6-beta.1.191-985a594
2.5.0.171-468aa63
Published on Fri Nov 05 2021.
Release notes - Stack9 - Version S9 Core 2.5
Bug:
- S9-382 Page breaks when using '&' in a filter value
- S9-374 Entity View crashes when $where clause has related entity field
- S9-360 Permalink list filter issues
Story:
- S9-397 Include appName to redis prefix key to avoid conflict
- S9-376 Download all attachments in one go
- S9-357 UX update to Record related entities
- S9-356 S9 Generic Record Task Management
PR 215
2.4.2.158-977944b
Published on Fri Oct 22 2021.
Hotfix - 207 - fixed deleted flag on querystring/export excel and grandparent grid sort issues
1.6.5-beta.1.154-5b881ac
Published on Wed Oct 20 2021.
Full Changelog: https://github.com/april9-digital-consulting/stack9-core/compare/1.6.4...1.6.5-beta.1.154-5b881ac
2.4.1.152-329e60f
Published on Tue Oct 19 2021.
- 200 - PR 189 made registerModels run asynchronous, causing trouble when the registration is not ready yet.