Skip to content

Releases: dotCMS/core

21.02 Release

16 Feb 17:50
3e4401c
Compare
Choose a tag to compare
Avoid reindexing before executing upgrade tasks (#19952)

* Avoid reindexing before executing upgrade tasks

* Cancels running thread if any

21.01 Release

11 Jan 17:45
d785765
Compare
Choose a tag to compare
v21.01

upgrade the saml referecne for 21.01 (#19780)

20.11.1 Release

03 Dec 23:41
Compare
Choose a tag to compare
v20.11.1

Updating release version

20.11 Release

25 Nov 03:03
e2cd856
Compare
Choose a tag to compare
#19613 Fixing error in postgresql (#19624)

Co-authored-by: Nollymar Longa <>

20.10.1 Release

03 Nov 23:04
Compare
Choose a tag to compare
v20.10.1

update core-web version

5.3.9 Release

08 Oct 20:20
9aa8891
Compare
Choose a tag to compare
v5.3.9

dotCMS/core#19385 #18990 refactoring a simpler way to do the key valu…

5.3.8 Release

18 Sep 18:04
0e00952
Compare
Choose a tag to compare
Issue 19282 apps should not sync 2 (#19284)

* #19282 removes sync blocks, does a double null check

* #19282   getting rid of the sync blocks

Co-authored-by: Will Ezell <[email protected]>

5.3.7 Release

26 Aug 22:19
e69b2fd
Compare
Choose a tag to compare
v5.3.7

rename upgrade task (#19167)

5.3.6.1 Release

14 Aug 18:18
20c990f
Compare
Choose a tag to compare
#19091 Improve reindex mapping process (#19092)

* #19091 ESMappingUtilHelper.getInstance().addCustomMapping was moved out of the commit listener and the reindex switchover pause was increased

* #19091 Field mapping is executed per content type

* #19091 Applying code review suggestions

* #19091 Show switchover notification when the switchover actually finishes

* Updating release version number

* #19091 Show switchover notification when the switchover actually finishes

* Changing log level to debug

Co-authored-by: Nollymar Longa <>

Release 5.3.6

12 Aug 17:52
695deec
Compare
Choose a tag to compare
Issue 18279 saml core (#19069)

* #18279 adding first changes for the SAML into the dotCMS core

* #18279 adding some progress into the SamlWebInterceptor, work is not done yet and still with errors

* #18279 more changes and refactoring

* #18279 Web Interceptor kinda migrated and not errors, probably does not run yet

* #18279 making some progress on the default configuration

* #18279 adding more support for the configuration, inital values are in progress

* #18279 starting the idp config factory, after a chat with scout the approach is not right, will change later

* #18279 latest changes for the configuration of SAML bundle OSGI on dotCMS, we are missing the support from apps to retrieve file (for metadata, private key and cert) but it will be mock by now

* #18279 minor changes

* #18279 fixing a compilation issue

* #18279 adding the osgi bundle dependency

* #18279 more changes to integrate SAML into the core

* #18279 good progress on integrate SAML is done as part of the commit, SMAL is being started and the interaction between the bundle and dotcms is right

* #18279 latest change to handle post login request from the idp

* #18279 now saml is alive and working, were successfully connected with google account

* #18279 name id was set in a wrong way

* #18279 adding codacy feedback

* #18279 adding unit test for SAML core

* #18279 fixing a compilation error

* #18279 adding unit test

* #18279 adding validators for the SAML configuration

* #18279 changes for validation

* #18279 adding latest changes

* #18279 added the new yaml

* #18279 minor fix

* #18279 adding the dotsaml yml to the default config

* #18279 removing by now the test, will see later

* #18279 removing commented dependencies on gradle

* #18279 codacy and review feedback

* #18279 more changes

* #18279 adding fixes and unit test

* #18279 change a level log when osgi does not start

* #18279 added the Http Post authentication + webdev authentication by user+jwt

* #18279 making it less noisy

* #18279 adding fixes and the logout to the resources

* #18279 fixing an unit test

* #18279 adding icon and doc link

* #18279 adding icon and doc link

* #18279 adding icon and doc link

* #18279 adding icon and doc link

* #18279 adding a new bundle reference and ignoring saml on the plugins console

* #18279 minor fix when the session on logout is null

* #18279 minor change for the logout

Co-authored-by: Will Ezell <[email protected]>