Releases: mpm/liberic-ruby
Releases · mpm/liberic-ruby
v1.1.0
What's Changed
Eric now requires a call to an initialization function. This happens
when the gem is required. However, this is possibly not thread safe
(no research was done on this).
In a single thread context, the gem should be backwards compatible.
Names of the error codes (see Liberic::SDK::Fehlercodes
) have been
updated according to the constant names used in eric_fehlercodes.h
from the ERiC sources from ERIC 39.
So technically this update is not 100% backwards compatible. However, I
find a bump to 2.0.0 excessive for this release.
Added
- Updated documentation and added a changelog.
- Added
Liberic::SDK::hole_zertifikat_eigenschaften
- Added
Liberic::SDK::initialisiere
andLiberic::SDK::beende
Changed
- Updated dependencies of this gem. Since it has been a couple of years
since the last update, minimum required versions haven't been tested.
The gem probably also works with Ruby 2.x and older versions of ffi
and nokogiri. - Updated API for ERIC 39 (2023).
image that will render properly (although in English for all languages)
Full Changelog: https://github.com/mpm/liberic-ruby/blob/v1.1.0/CHANGELOG.md
List of commits: https://github.com/mpm/liberic-ruby/commits/v1.1.0