Skip to content

Releases: appbaseio/abc

1.0.0 Preview Release 1

01 Jul 16:07
eb11054
Compare
Choose a tag to compare

This release includes support for importing both JSON a single object {..} as well as a JSON Array [{..}, {..}, ...].

1.0.0 Preview Release

30 May 19:47
Compare
Choose a tag to compare

This release includes several new features and fixes existing issues:

New features

  • Support for writing to ES v7
  • Add an adaptor for syncing data from Neo4j
  • Add support for --verify switch for abc import command that verifies the source and destination connections
  • Implement a Travis based CI/CD pipeline for automating the build and deploy process

Fixes

  • Postgres sync failed on camelCase table names #120
  • Sync issues to ES v7 as official support wasn't out

Currently, we are working on getting the Windows builds to work. Adding the Neo4j adaptor has added a build-time dependency of a C-compiler toolchain.

Patch Release

23 Feb 17:27
Compare
Choose a tag to compare
  • Improves timestamp resolution from ms to ns for how intermediate files are named.

Add readers for elasticsearch adaptors

06 Feb 15:37
Compare
Choose a tag to compare

Release notes

  • added readers for elasticsearch adaptors version 5 and 6

Add an adaptor for Sqlite

04 Feb 13:52
Compare
Choose a tag to compare

Release notes

  • Add an adaptor for sqlite. Check out the docs for usage.
  • Bug fixes and improvements.

Access and manage Appbase clusters

22 Jan 13:48
Compare
Choose a tag to compare

Release notes

Add jsonl adaptor

26 Dec 05:30
Compare
Choose a tag to compare

Release notes

  • Add an adaptor for jsonl file format. Check out the docs for more info.

Minor bug fixes and improvements

03 Dec 11:05
Compare
Choose a tag to compare
  • Log bulk requests in debug level

Add adaptors for Firestore and Redis

29 Nov 08:44
Compare
Choose a tag to compare

Release notes

Add support for login via GitLab and access to analytics endpoints

21 Nov 12:26
b6b0c00
Compare
Choose a tag to compare

Release Notes

  • abc login now supports GitLab OAuth provider.
  • added support accessing analytics endpoints via -a switch. See docs for more.