Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
        - Upgrade Exposed version to 0.42.1 and Kotlin version to 1.9.0 [APPS-01R4][PR#603]
        - Implement waitMin and waitMax params for retrying aborted transactions [APPS-01R4][PR#603]
        - Use HikariCP pool connection for galite-data connections [APPS-01M6][PR#613]
        - Fix : Fix unusual behaviour for applications with multiple connections [APPS-01M6][PR#613]
	- Allow display of multi-line report rows [APPS-01PK] [PR#597]
        - Implement automated testing for pivot table module [APPS-01WF][PR#597]
  • Loading branch information
mgrati committed Dec 19, 2023
1 parent 8f400a9 commit ef84173
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.5.0
## What's Changed
* Upgrade Exposed version to 0.42.1 and Kotlin version to 1.9.0 by @mgrati and @achraf-debug in [#603](https://github.com/kopiLeft/Galite/pull/603)
* Implement waitMin and waitMax params for retrying aborted transactions by @mgrati and @achraf-debug in [#603](https://github.com/kopiLeft/Galite/pull/603)
* Use HikariCP pool connection for galite-data connections by @mgrati in [#613](https://github.com/kopiLeft/Galite/pull/613)
* Fix : Fix unusual behaviour for applications with multiple connections by @mgrati in [#613](https://github.com/kopiLeft/Galite/pull/613)
* Allow display of multi-line report rows by @MedAzizTousli in [#597](https://github.com/kopiLeft/Galite/pull/597)
* Implement automated testing for pivot table module by @RiadhCherni in [#607](https://github.com/kopiLeft/Galite/pull/607)

**Full Changelog**: [1.4.3 ... 1.5.0](https://github.com/kopiLeft/Galite/compare/1.4.3...1.5.0)

# 1.4.3
## What's Changed
* Fix : Allow creating Galite forms with database tables with a sequence name different from "<TABLE8NAME>ID" @mgrati [#604](https://github.com/kopiLeft/Galite/pull/604)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx4g
#
group=org.kopi
version=1.4.3
version=1.5.0

0 comments on commit ef84173

Please sign in to comment.