Skip to content

Releases: SoftwareAG/adabas-go-api

add more comment

28 Jul 15:36
v1.6.20
78e9792
Compare
Choose a tag to compare
v1.6.20

new tag created

Support different record buffer input for OpenUser

28 Jul 15:12
v1.6.19
Compare
Choose a tag to compare

PE and MU index problem fixed

05 May 13:07
36f3cbc
Compare
Choose a tag to compare

In some case the reference of an PE and MU index is used different. Possible notations are

  • with comma like SE[1,2]
  • with two brackets like SE[1][2]

Fix Large object stream crash

25 Apr 11:19
99b5c1e
Compare
Choose a tag to compare

Streaming Large Objects with Adabas Go API can cause a crash. This fix handles streaming correctly.

Lock central usage of Adabas ID

09 Feb 15:50
c9551a9
Compare
Choose a tag to compare

Adabas ID is used to synchronize parallel request using same Adabas ID.
Adabas Response code 153 is avoided.

Changes after profiler tests

02 Feb 19:23
84ebad7
Compare
Choose a tag to compare

Minor fixes and changes after profiler runs

Minor API fixes

14 Jan 13:52
2253582
Compare
Choose a tag to compare

This fix add some more platform related information API. The API provides Mainframe or Linux, Unix Windows information about the Adabas database running on.
Some more tests on Mainframe are done.

What's Changed

  • Target Adabas information provided by @tknie in #33
  • Update version by @tknie in #34
  • Fix error handling, no error return in Adabas Map usage with repositories by @tknie in #35

Full Changelog: v1.6.13...v1.6.14

Adabas information collected

16 Nov 10:29
e09c5de
Compare
Choose a tag to compare

During Open to database information are provided which can be get with corresponding methods (ada.Version() and ada.Platform())

ABD enhancements

13 Nov 09:28
9691dee
Compare
Choose a tag to compare

ABD usage enhancements needed for projects using lower layer access to Adabas.

Fix internal problems

02 Nov 11:42
0225626
Compare
Choose a tag to compare

Various internal problems are found and fixed

  • golint tools
  • Adabas instance usage