Spring Python 1.1.1, 1.2.1, and 1.3.0.RC1 are released!
Amidst the flurry of Spring releases this month, Spring Python has it's own.
Versions 1.1.1 and 1.2.1 are maintenance releases that patch some bugs. Version 1.3.0.RC1 is the first release of 1.3.0.
In this release we have commits from team members, and have also merged pull requests through github. If you want to make contributions to this project, don't forget to sign the contributor license agreement.
Thanks,
The Spring Python team
Release Notes - Version 1.1.1
- [SESPRINGPYTHONPY-134] - AOPProxy throws an error unless target.__class__.__name__ == "instance"
- [SESPRINGPYTHONPY-151] - Fix XML parsing to handle non-ascii values
- [SESPRINGPYTHONPY-159] - Add DatabaseTemplate argument checks to execute that are like the ones used in query operation.
- [SESPRINGPYTHONPY-161] - Add installation steps to Spring Python's documentation
Release Notes - Version 1.2.1
- [SESPRINGPYTHONPY-159] - Add DatabaseTemplate argument checks to execute that are like the ones used in query operations
- [SESPRINGPYTHONPY-161] - Add installation steps to Spring Python's documentation
Release Notes - Version 1.3.0.RC1
- [SESPRINGPYTHONPY-159] - Add DatabaseTemplate argument checks to execute that are like the ones used in query operations
- [SESPRINGPYTHONPY-161] - Add installation steps to Spring Python's documentation