Skip to content

Releases: angoca/log4db2

log4db2 v.1-RC

08 Jun 19:18
Compare
Choose a tag to compare

This is first pre-release version of this utility with minimal working functionality.

What's Changed

  • Create CODE_OF_CONDUCT.md by @angoca in #215
  • The project has a logo, and it is a typical Colombian Coffee cup. For more information click on the logo.
  • License and links are shown in the installation process.
  • CGTT appender is a new feature that writes messages to a Created Global Temporary Table. The default configuration is completely functional, but it can be customized by modifying the script.
  • Standard output appender was added.
  • The Bash/Korn shell files are formatted and more robust.
  • Drop support for Db2 version 9.7.
  • The documentation in the wiki was updated.
  • ReadTheDocs is generated based on the Wiki Documentation.
  • n-queens algorithm was included as an example.
  • LOG procedure and macros now receive a max-char variable, and it is truncated to 512 (octal) characters.
  • The issues that included new features were moved to version 2. This allows having a basic version 1 with all required and working functionality.

Full Changelog: log4db2-1-Alpha...log4db2-1-RC

log4db2 v.1-Beta-A (Minor correction)

23 Aug 00:19
Compare
Choose a tag to compare

This release is a minor fix of the 1-Beta. There were problems with the generated files for Windows, and when executing in Mac OS.

log4db2 v.1-Beta

23 Aug 00:18
Compare
Choose a tag to compare
log4db2 v.1-Beta Pre-release
Pre-release

Many code modifications were made in order to improve the performance and to control side cases. Many more tests were added, to test new features and previously untested parts.

This release contains the main feature that the GA version will include. The next version will include bug fixes and new minor features that do not modify the core of the code.

log4db2 v.1-Alpha

23 Aug 00:20
Compare
Choose a tag to compare
log4db2 v.1-Alpha Pre-release
Pre-release

This is the first release of the code as an Alpha version, to present the code to the community.
The main functionality works, and some extra features are planed to be included in future versions (Beta and GA) in few months.

Happy Logging!