liquibase/liquibase
### [`v3.10.3`](https://togithub.com/liquibase/liquibase/releases/v3.10.3)
##### Liquibase 3.10.3 is a bugfix release
##### Changes
This release merges many community-contributed pull requests. Thanks to everyone who helps make the Liquibase community strong!
- Fixed issue with includeAll not working with some spring-packaged jars [https://github.com/liquibase/liquibase/pull/1140](https://togithub.com/liquibase/liquibase/pull/1140)
- Fixed sequence snapshot in Postgresql [https://github.com/liquibase/liquibase/pull/1372](https://togithub.com/liquibase/liquibase/pull/1372)
- Fixed SERIAL/BIGSERIAL handling in Postgreql [https://github.com/liquibase/liquibase/pull/1010](https://togithub.com/liquibase/liquibase/pull/1010)
- SpringLiquibase bean can now take any ResourceAccessor implementation [https://github.com/liquibase/liquibase/pull/936](https://togithub.com/liquibase/liquibase/pull/936)
- Fixed snapshot of TEXT types in MSSQL [https://github.com/liquibase/liquibase/pull/1327](https://togithub.com/liquibase/liquibase/pull/1327)
- Moved SQL logging from INFO to DEBUG [https://github.com/liquibase/liquibase/pull/1258](https://togithub.com/liquibase/liquibase/pull/1258)
- Minor XSD cleanup [https://github.com/liquibase/liquibase/pull/1239](https://togithub.com/liquibase/liquibase/pull/1239)
- Fixed handling of question marks in SQL for Postgresql [https://github.com/liquibase/liquibase/pull/912](https://togithub.com/liquibase/liquibase/pull/912)
- Fixed handling of includeAll in maven [https://github.com/liquibase/liquibase/pull/1332](https://togithub.com/liquibase/liquibase/pull/1332)
- Do not expect access to v$session on Oracle [https://github.com/liquibase/liquibase/pull/1422](https://togithub.com/liquibase/liquibase/pull/1422)
- Allow spaces after `--` comments in formatted SQL [https://github.com/liquibase/liquibase/pull/781](https://togithub.com/liquibase/liquibase/pull/781)
- Fixed loadData support for enums in Postgresql [https://github.com/liquibase/liquibase/pull/983](https://togithub.com/liquibase/liquibase/pull/983)
- Fixed CSV handling when last column is empty [https://github.com/liquibase/liquibase/pull/1431](https://togithub.com/liquibase/liquibase/pull/1431)
- Fixed SqlServer handling of computed columns in snapshot [https://github.com/liquibase/liquibase/pull/1443](https://togithub.com/liquibase/liquibase/pull/1443)
- Avoid broken PostgreSQL batch logic [https://github.com/liquibase/liquibase/pull/1447](https://togithub.com/liquibase/liquibase/pull/1447)
##### Special 3.10.3 shout-outs
Mike Olivas, mrgrew, Robert Reeves, FrankHoellering, Steven C. Saliman, thomas, Ruud Welling, Sudipto Sarkar, alexander.schuetz, ningyu, Wes Willard and others!
### [`v3.10.2`](https://togithub.com/liquibase/liquibase/releases/v3.10.2)
##### Liquibase 3.10.2 is a bugfix release
##### Changes
This release merges many community-contributed pull requests. Thanks to everyone who helps make the Liquibase community strong!
- Dependency cycle error during generateChangeLog with --diffTypes=tables,columns,data
- liquibase maven:: unable to run tests on java > 8
- Add Banner in log out put that directs users to online resources.
- GH [PR#980](https://togithub.com/PR/liquibase/issues/980) - fixed invalid carriage return coming from oracle ojdbc8 12.2.0.1
- GH [PR#976](https://togithub.com/PR/liquibase/issues/976) - Changes databasechangelog sql to use legacy mode
- Add support for java.sql.Types.TIMESTAMP_WITH_TIMEZONE (CORE-3525)
- GH [PR#929](https://togithub.com/PR/liquibase/issues/929) - Fix #CORE-3493 Inconsistent resolution of ChangeLogParameters in liqu…
- GH [PR#744](https://togithub.com/PR/liquibase/issues/744) - Informix data type generation with Default Value cause
- GH [PR#1176](https://togithub.com/PR/liquibase/issues/1176) - Add MariaDB sequence support to the 3.10.x branch
- GH [PR#1177](https://togithub.com/PR/liquibase/issues/1177) - CORE-3643: fixed the 'shouldValidateX' methods in the Constraints
- GH [PR#1201](https://togithub.com/PR/liquibase/issues/1201) - H2 unknown reserved word
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box.
This PR contains the following updates:
3.10.1
->3.10.2
3.10.1
->3.10.3
Release Notes
liquibase/liquibase
### [`v3.10.3`](https://togithub.com/liquibase/liquibase/releases/v3.10.3) ##### Liquibase 3.10.3 is a bugfix release ##### Changes This release merges many community-contributed pull requests. Thanks to everyone who helps make the Liquibase community strong! - Fixed issue with includeAll not working with some spring-packaged jars [https://github.com/liquibase/liquibase/pull/1140](https://togithub.com/liquibase/liquibase/pull/1140) - Fixed sequence snapshot in Postgresql [https://github.com/liquibase/liquibase/pull/1372](https://togithub.com/liquibase/liquibase/pull/1372) - Fixed SERIAL/BIGSERIAL handling in Postgreql [https://github.com/liquibase/liquibase/pull/1010](https://togithub.com/liquibase/liquibase/pull/1010) - SpringLiquibase bean can now take any ResourceAccessor implementation [https://github.com/liquibase/liquibase/pull/936](https://togithub.com/liquibase/liquibase/pull/936) - Fixed snapshot of TEXT types in MSSQL [https://github.com/liquibase/liquibase/pull/1327](https://togithub.com/liquibase/liquibase/pull/1327) - Moved SQL logging from INFO to DEBUG [https://github.com/liquibase/liquibase/pull/1258](https://togithub.com/liquibase/liquibase/pull/1258) - Minor XSD cleanup [https://github.com/liquibase/liquibase/pull/1239](https://togithub.com/liquibase/liquibase/pull/1239) - Fixed handling of question marks in SQL for Postgresql [https://github.com/liquibase/liquibase/pull/912](https://togithub.com/liquibase/liquibase/pull/912) - Fixed handling of includeAll in maven [https://github.com/liquibase/liquibase/pull/1332](https://togithub.com/liquibase/liquibase/pull/1332) - Do not expect access to v$session on Oracle [https://github.com/liquibase/liquibase/pull/1422](https://togithub.com/liquibase/liquibase/pull/1422) - Allow spaces after `--` comments in formatted SQL [https://github.com/liquibase/liquibase/pull/781](https://togithub.com/liquibase/liquibase/pull/781) - Fixed loadData support for enums in Postgresql [https://github.com/liquibase/liquibase/pull/983](https://togithub.com/liquibase/liquibase/pull/983) - Fixed CSV handling when last column is empty [https://github.com/liquibase/liquibase/pull/1431](https://togithub.com/liquibase/liquibase/pull/1431) - Fixed SqlServer handling of computed columns in snapshot [https://github.com/liquibase/liquibase/pull/1443](https://togithub.com/liquibase/liquibase/pull/1443) - Avoid broken PostgreSQL batch logic [https://github.com/liquibase/liquibase/pull/1447](https://togithub.com/liquibase/liquibase/pull/1447) ##### Special 3.10.3 shout-outs Mike Olivas, mrgrew, Robert Reeves, FrankHoellering, Steven C. Saliman, thomas, Ruud Welling, Sudipto Sarkar, alexander.schuetz, ningyu, Wes Willard and others! ### [`v3.10.2`](https://togithub.com/liquibase/liquibase/releases/v3.10.2) ##### Liquibase 3.10.2 is a bugfix release ##### Changes This release merges many community-contributed pull requests. Thanks to everyone who helps make the Liquibase community strong! - Dependency cycle error during generateChangeLog with --diffTypes=tables,columns,data - liquibase maven:: unable to run tests on java > 8 - Add Banner in log out put that directs users to online resources. - GH [PR#980](https://togithub.com/PR/liquibase/issues/980) - fixed invalid carriage return coming from oracle ojdbc8 12.2.0.1 - GH [PR#976](https://togithub.com/PR/liquibase/issues/976) - Changes databasechangelog sql to use legacy mode - Add support for java.sql.Types.TIMESTAMP_WITH_TIMEZONE (CORE-3525) - GH [PR#929](https://togithub.com/PR/liquibase/issues/929) - Fix #CORE-3493 Inconsistent resolution of ChangeLogParameters in liqu… - GH [PR#744](https://togithub.com/PR/liquibase/issues/744) - Informix data type generation with Default Value cause - GH [PR#1176](https://togithub.com/PR/liquibase/issues/1176) - Add MariaDB sequence support to the 3.10.x branch - GH [PR#1177](https://togithub.com/PR/liquibase/issues/1177) - CORE-3643: fixed the 'shouldValidateX' methods in the Constraints - GH [PR#1201](https://togithub.com/PR/liquibase/issues/1201) - H2 unknown reserved wordConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.