Releases: appbaseio/abc
Releases · appbaseio/abc
1.0.0 Preview Release 1
This release includes support for importing both JSON a single object {..} as well as a JSON Array [{..}, {..}, ...].
1.0.0 Preview Release
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 forabc 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
- Improves timestamp resolution from ms to ns for how intermediate files are named.
Add readers for elasticsearch adaptors
Release notes
- added readers for elasticsearch adaptors version 5 and 6
Add an adaptor for Sqlite
Release notes
- Add an adaptor for sqlite. Check out the docs for usage.
- Bug fixes and improvements.
Access and manage Appbase clusters
Add jsonl adaptor
Minor bug fixes and improvements
- Log bulk requests in debug level
Add adaptors for Firestore and Redis
Add support for login via GitLab and access to analytics endpoints
Release Notes
abc login
now supports GitLab OAuth provider.- added support accessing analytics endpoints via
-a
switch. See docs for more.