diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 00000000..e69de29b diff --git a/content/docs/release-notes/_index.md b/content/docs/release-notes/_index.md new file mode 100644 index 00000000..6c98aaa7 --- /dev/null +++ b/content/docs/release-notes/_index.md @@ -0,0 +1,5 @@ +--- +bookFlatSection: true +title: Release Notes +weight: 13 +--- \ No newline at end of file diff --git a/content/docs/release-notes/cli/2022/22.08.md b/content/docs/release-notes/cli/2022/22.08.md new file mode 100644 index 00000000..b60252fc --- /dev/null +++ b/content/docs/release-notes/cli/2022/22.08.md @@ -0,0 +1,55 @@ +--- +pageTitle: "22.08" +title: "22.08" +description: "22.08" +url: docs/releases/cli/22.08/ +bookHidden: false +--- + +# Major release + +## 22.08.31.0 + +September 7, 2022 + +Features: + +1. Separate transaction files by replication ID for SQL Server CDC + +2. Oracle Native Export + +3. Databricks Unity catalog support + +4. Allow use of Salesforce ID or Id Mod Column as Split Key + +5. Add support for a credential store for the Replicant SQL Agent + +6. GCP Databricks as destination + +‍ + +Fixes: + +1. Db2 to Singlestore snapshot, TIMESTAMP column is shown as TIMESTMP in fetch-schema and is converted to varchar in singlestore + +2. SQL Server CDC incorrectly creates multiple cursors for schemas within a database + +3. Imply does not drop existing table in reinit mode if table already present + +4. Change active connection logging to include TPT connections + +5. Oracle to Oracle: Real-time SCN problem. + +6. Add support for a credential store for the Replicant SQL Agent + +7. SQL CDC should send ACKs for each file transfer + +8. Decouple exit codes from custom exceptions + +9. Upgrade Databricks jdbc driver + +10. GCP Databricks as destination + +11. Db2 LUW/As400 Losing Records When Transaction Size > 100000 + +12. PostgreSQL as target doesn't close files after bulk load \ No newline at end of file diff --git a/content/docs/release-notes/cli/2022/22.10.md b/content/docs/release-notes/cli/2022/22.10.md new file mode 100644 index 00000000..1f5626a8 --- /dev/null +++ b/content/docs/release-notes/cli/2022/22.10.md @@ -0,0 +1,60 @@ +--- +pageTitle: "22.10" +title: "22.10" +description: "22.10" +url: docs/releases/cli/22.10/ +bookHidden: false +--- + +# Major release + +## 22.10.28.2 +November 7, 2022 + +1. Add replication ID to the transaction path for Oracle uncommitted CDC + +2. Support Writing All Data to a Single Kafka Topic (From Informix and Postgres) + +3. Integration with AWS Secrets Manager (or Similar Service) + +4. Write to CDC log segment in chunks + +5. Add stage maintenance mode + +6. NPE in Snowflake initializer + +7. SQL Server incorrectly blocking system schemas + +8. --stop-never-slave-server-id param in MySQL is deprecated. + +9. RDS PostgreSQL to RDS Postgres - replicate_io_replication_stats_summary_coreoct11_12_coreoct11_12 does not exist + +10. Handle error: ORA-02149 Specified partition does not exist + +11. SQLServer - fetch-schema not fetching the database specified in connection configuration + +12. Test and fix source column transformation + +13. MySQL as Source in real-time replication crashes when we insert into column of type year + +14. Azure SQL to YugabyteSQL - Column default does not created at target + +15. Databricks S3 Role arn parameter + +16. Fix for cdc recovery across all pipelines + +17. Ability to Surface Alerts in New Relic + +18. Enable init-metadata mode for DB2 + +19. Fix incorrect exception when logging failed transaction + +20. DB2 AS400 tables with table name length greater than 10, realtime replication is not working + +21. SQL Server heartbeat doesn't work when there are multiple databases being replicated + +22. Add a table level check in Oracle for full column logging when Databricks is a target + +23. Table level column logging check not working + +24. Sybase ASE snapshot but on release binary 22 10 28 1 \ No newline at end of file diff --git a/content/docs/release-notes/cli/2022/22.11.md b/content/docs/release-notes/cli/2022/22.11.md new file mode 100644 index 00000000..271313d3 --- /dev/null +++ b/content/docs/release-notes/cli/2022/22.11.md @@ -0,0 +1,66 @@ +--- +pageTitle: "22.11" +title: "22.11" +description: "22.11" +url: docs/releases/cli/22.11/ +bookHidden: false +--- + +# Major release + +## 22.11.30.1 +December 2, 2022 + +Features: + +1. SAP ASEas source for realtime/full mode support. + +2. OracleDBLINK based snapshot. + +3. Support for Kerberos Authentication. + +4. Support BigQuery as a target. + +5. AddUpsert support for SingleStore. + +6. EnableEmail Notifications if Lag is ABOVE a particular threshold value. + + + +Fixes: + +1. MariaDB-> Google BigQuery : BigQuery not support AUTO_INCREMENT or IDENTITY. + +2. Fixextractor NPE when replicating Oracle views. + +3. DB2AS400 Schema with Schema name length greater than 10, realtime replication isnot working. + +4. Changing Imply Implementation for their new apis. + +5. Fix issues with TiDB. + +6. Invalidvalue when replicating table with set datatype in realtime mode. + +7. ExtendDb2 XML TRANSACTION MQ message type to Kafka-Transactional log-storage. + +8. Addsupport for DB2 TRANSACTION message type in DELIMITED message format. + +9. Olapduplicate row insert error. + +10. Snowflake target improvements. + +11. MongoDBconnection needs to be established through url or connection config properties(host, port, username and password). + +12. SAP ASECDC Performance testing. + +13. Snowflake table cdcStageType not working for insert. + +14. Number of rows mismatch while replicating updates ondatabricks using MERGE. + +15. TestTargets with ASE CDC Source. + +16. fixingper table replay strategy in realtime mode. + +17. Snowflake bug fixing for delete query. + +18. Snapshot mode not finished when trying to replicate table with SET Type. \ No newline at end of file diff --git a/content/docs/release-notes/cli/2022/_index.md b/content/docs/release-notes/cli/2022/_index.md new file mode 100644 index 00000000..06e1b9f5 --- /dev/null +++ b/content/docs/release-notes/cli/2022/_index.md @@ -0,0 +1,7 @@ +--- +title: 2022 +pageTitle: 2022 +description: "2022 CLI Release Notes." +weight: 2 +bookCollapseSection: true +--- \ No newline at end of file diff --git a/content/docs/release-notes/cli/2023/23.01.md b/content/docs/release-notes/cli/2023/23.01.md new file mode 100644 index 00000000..e2fcc984 --- /dev/null +++ b/content/docs/release-notes/cli/2023/23.01.md @@ -0,0 +1,33 @@ +--- +pageTitle: "23.01" +title: "23.01" +description: "23.01" +url: docs/releases/cli/23.01/ +bookHidden: false +weight: 7 +--- + +# Major release + +## 23.01.05.3 +January 13, 2023 + +1. Add Voodoo LogReader as extraction method for Oracle + +2. Redis Streams as a Target + +3. Databricks as target : MERGE-Based Strategy ( When we don't have full before/after image ) + +4. Test Snowflake Iceberg Tables + +5. Improve cdc log segment cache + +6. Db2 As400 Add logging for commitment control + +7. AS400 Support Transaction Rollback + +8. Support realtime BigQuery as target using storage Write API + +9. Support reinit based DDL Replication for SAP ASE Sybase Source + +10. Added support for delta-snapshot both src and dst for SQL Server. \ No newline at end of file diff --git a/content/docs/release-notes/cli/2023/23.02.md b/content/docs/release-notes/cli/2023/23.02.md new file mode 100644 index 00000000..30b4db50 --- /dev/null +++ b/content/docs/release-notes/cli/2023/23.02.md @@ -0,0 +1,85 @@ +--- +pageTitle: "23.02" +title: "23.02" +description: "23.02" +url: docs/releases/cli/23.02/ +bookHidden: false +weight: 6 +--- + +# Major release + +## 23.02.01.1 +February 7, 2023 + +1. DB2-MQ-Kafka to S2 - Duplicate entry for key 'PRIMARY' + +2. Bad SQL cause ORA-00913: too many values + +3. DB2-MQ-Kafka to S2 - Update failing with duplicate key error after successful insert + +4. Fix parsing of connection stage config + +5. Support XML + +6. Support multiple replay strategy for BigQuery as target + +7. Support MySQL RDS password rotation + +8. Support auto-reinit if DDL fails + +9. Upgrade S3 SDK version to 2.* + +10. MySQL index creation error + +11. Option to add prefix to topic + +12. Db2 Kafka - Kafka logging improvements + +13. Option to allow dot(.) as a delimiter in Kafka topic names + +14. Fix system generated split-key and delta-snapshot-key handling for HANA as source + +15. Initialize ASE source fields in target JSON format log ( for Kafka and Redis Stream ) + +16. Transforms Not Applying When Src-schemas is used + +17. Log Delta Table Verbose + +18. AWS SecretsManager - error parsing secretKeyPath with / + +19. Setting csv-publish-method: READ as default when column transformation is used + +20. DB2-MQ-Kafka - Update on timestamp column not working + +21. Enable compression-type: GZIP for MemSQL/SingleStore bulk load + +22. Redis Stream : Improve logging under snapshot config log-row-level-errors + +23. Fix NPE in GLOBAL replay consistency validation code + +24. Fix issue where we only allow connecting to a named instance by port + +25. Fix for SQL Server change tracking and re-enable CI/CD tests for SQL Server + +26. Fixed SQLServer fetchObjectIds() function, using schema name to filter tables from SQLServer + +## Patch release + +### 23.02.01.21 +June 29, 2023 [23.02.01.21 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.02.01.21.zip) + + +1. MySQL: Add mechanism to detect a stale bin log output and reset it +Set `detectedStaleBinLog` flag to false after restarting mysqlbinlog process +1. MySQL: Fix COLUMN pattern not matching for some binary values. +1. MySQL: MySQL bin log fetching improvement +1. MySQL: If mysql binlog start-position is >4gb, reduce it +1. MySQL: when restarting mysqlbinlog process on error, restart it from the last parsed position + + +### 23.02.01.22 +July 11, 2023 [23.02.01.22 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.02.01.22.zip) + +Fix included: +1. ParquetWriter: Disable Parquet Writer console logging. \ No newline at end of file diff --git a/content/docs/release-notes/cli/2023/23.03.01.md b/content/docs/release-notes/cli/2023/23.03.01.md new file mode 100644 index 00000000..356ea027 --- /dev/null +++ b/content/docs/release-notes/cli/2023/23.03.01.md @@ -0,0 +1,73 @@ +--- +pageTitle: "23.03.01" +title: "23.03.01" +description: "23.03.01" +url: docs/releases/cli/23.03.01/ +bookHidden: false +weight: 5 +--- + +# Major release + +## 23.03.01.4 +March 6, 2023 + +1. MySQL: support GENERATED ALWAYS AS + +2. In duplicate Pk scenario (parent issue), detect and handle the error by deleting the original row + +3. NPE in SQL Server + +4. PostgreSQL to Kafka CDC - Null Pointer Exception + +5. Additional Error Handling Options for Kafka + +6. Support configuring a custom NTP server in general configuration + +7. Add --terminate-post-cdc-init flag for full mode replication + +8. MongoDB to BigQuery CDC + +9. Add CLI dashboard for the maintenance process + +10. SQL Server computed columns should be handled more intelligently + +11. Testing reinit based DDL replication for CDC source Informix + +12. Embed functionality of --clean-stage to the --overwrite flag + +13. Renaming parts of the setup + +14. Fix fetch-schema for Redis Stream and Kafka as target + +15. PostgreSQL: CREATE INDEX fails when using mapper file + +16. Index creation attempted when column in block: [ ] list + +17. Feature Request - Yugabyte Table split clause + +18. Redis Stream and Kafka ( JSON Format ) + +19. DBSnapshotExtractorParser wrong class call. + +20. Remove OPER_TYPE as PK from delta table + +21. Resume replication failing due to replicationcontext not initialized + +22. Set the default value retry-transactions to true only for ACID destinations + +23. Deprecate and disable databricks _optimize-snapshot by default + +24. Mongo Pipeline breaking due to version change + +25. Kafka as target : Override snapshot config num-shards = 1 when... + +26. Fix Azure Databricks when optimizesnapshot is disabled + +27. Add SAS token support for Azure stage. + +28. Oracle -> Oracle Add missing recovery key columns in case of fetch-create-sql enabled. + +29. Incorporating extractor config computed-columns to support generated columns for MySQL and fixing snapshot of generated columns. + +30. Set the blocking option for generated columns to false automatically when using --create-sql/fetch-create-sql. \ No newline at end of file diff --git a/content/docs/release-notes/cli/2023/23.03.31.md b/content/docs/release-notes/cli/2023/23.03.31.md new file mode 100644 index 00000000..546c0f26 --- /dev/null +++ b/content/docs/release-notes/cli/2023/23.03.31.md @@ -0,0 +1,78 @@ +--- +pageTitle: "23.03.31" +title: "23.03.31" +description: "23.03.31" +url: docs/releases/cli/23.03.31/ +bookHidden: false +weight: 4 +--- + +# Major release + +## 23.03.31.1 +April 11, 2023 + +Fixes included: + +1. Generalize the Oracle extractor throttle. + +2. Replicant Crashes for Delete operation in delta mode when Applier is configured in Non-BulkLoad Mode. + +3. Configure mode - run into error in new version. + +4. Error in Postgresql to Postgresql table creation for tables with default values. + +5. MongoDB delete not working. + +6. Duplicate PK issue in certain idempotent scenario. + +7. Databricks connection file with AWS secrets - failing on recent versions. + +8. Test and document ssl connection to Snowflake. + +9. Test and document ssl connection to BigQuery. + +10. Delta-snapshot mode throws NPE when resuming replication containing compound columns. + +11. SQL Server datetime columns with CURRENT_TIMESTAMP default gets created incorrectly on MySQL. + +12. Allow specifying metadata config for Redis Stream as target. + +13. Replicant fails to start PG->PG due to DEFAULT column value syntax error. + +14. Test and Document SSL connection to Databricks. + +15. Applier wrong type resolved on XA form loading resulting in parse error. + +16. Db2/MQ/Kafka Blocked Columns Causing Parsing Error. + +17. Introduce IRealtimeOperationSerializer interface to be used for de/serialization per different CDC format (Kryo/JSON). + +18. DB2/MQ/Kafka Db2DelimitedMsgParser Error On IBM Error Messages. + +19. NPE in SQL Server fetch-schmas. + +20. Move create-table-without-defaults-on-failure option to applier. + +21. Moved static logic from DBSchemasForm into SchemasFormUtils and DBSchemasFormParser classes. + +22. In config forms, changed visibility of validate method to public and some constructors as well. + +23. Moved BaseContext instance holder from ReplicationContext to BaseContext. + +24. SecretManager.initializeSecretManager() changed method call to accept vars instead of GeneralConfig. + +25. Decoupled parse method from FilterForm/MapperForm/ProcForm/NativeLoadConfigForm/ObjectIdForm/PathForm classes into standalone class hierarchy. Made required modifications to DBMetatataProvider/DBMetadataProviderShared classes. + +26. Improve Debezium format data representation. + +27. Config to avoid of overlap of tables during extraction. + +28. Support bigint data type to Kafka. + +29. PostgreSQL - Change default value for connection config log-reader-type. + +30. Fix Databricks job-wide snapshot recovery. + +31. Databricks - Fix concurrent copy failure. + diff --git a/content/docs/release-notes/cli/2023/23.04.md b/content/docs/release-notes/cli/2023/23.04.md new file mode 100644 index 00000000..a6cd9791 --- /dev/null +++ b/content/docs/release-notes/cli/2023/23.04.md @@ -0,0 +1,103 @@ +--- +pageTitle: "23.04" +title: "23.04" +description: "23.04" +url: docs/releases/cli/23.04/ +bookHidden: false +weight: 3 +--- + +# Major release + +## 23.04.30.4 +May 9, 2023 + +Fix included: + +1. Connect to oracle using local tns file + +2. Changed build.gradle repository order + +3. Fixing SnapshotRecovery after changes introduced by a new MR + +4. Native Transform Timestamp Less Than + +5. BigQuery set realtime replay strategy as AUTO + +6. Do not consider blocked columns from the validation of FKs + +7. SQL Server Log based extractor threading issue + +8. SQServer --> RedisStream Accumulated Insert Logs during snapshot comes as Insert Oper instead of Replace + +9. DB2 LUW Log Reader Handle BINARY Data Type + +10. Redis Stream : Code cleanup + +11. MongoDB realtime mode error when start position is mentioned + +12. Add DB2 LUW as source for Debezium format messages + +13. Add source extraction timestamp and operation as new columns to target tables + +14. Add liveliness memory stats to metadatadb and stats file + +15. getClusteringKeySql throws exception if Snowflake is used as source + +16. Credential store support for Databricks + +17. Support DefaultCredentialsProvider for authentication on S3_STORAGE_BROKER. + +18. Db2/MQ/Kafka->Singlestore --continue-inconsistent-post-failure is not working for dst-query failures + +19. Test and Document SSL connection to SAP Sybase ASE + +20. Refactor fencing workflow for producer replication in the streaming storage setup + +21. Error Handling - SingleStore/Mysql Target + +22. Add and test SSL connection support to SingleStore + +23. Sync CDC data stream through S3 with a independent snapshot migration + +24. Db2 AS400 Table containing Column type as Time is throwing exception + +25. Postgresql(source) DDL support + +26. Oracle: Provide Alternative to Deletion Behavior Upon Resume + +27. Extract exceptions used in forms to standalone classes + +28. YamlUtil InputStream load methods changed to accept TriFunction that returns Composer implementation + +29. FormUtils.validateNamespace() logic moved to standalone class NamespaceValidator + +30. PG-DDL inline created table are having string data type for all columns + +31. Oracle as a target results in exception when source isn't also Oracle + +32. SQL Server to Oracle DEFAULT CURRENT_TIMESTAMP cannot be translated + +33. Fix Databricks connection URL, when the password contains special characters + +34. Fix Oracle source CDC for inserting rowid datatype + +35. Add Minio support + +36. Fix NPE in MysqlRealtimeExtractorForm due to binLogIdleTimeoutS + +37. Db2 luw decfloat result in parsing issue + +## Patch release + +### 23.04.30.18 +June 14, 2023 [23.04.30.18 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.04.30.18.zip) + +1. Oracle: Fix for the Oracle logminer extractor where comments in DDL were causing an exception + +### 23.04.30.19 +June 29, 2023 [23.04.30.19 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.04.30.19.zip) + +Fix included: +1. Teradata: Fix special char issue in teradata snapshot. + diff --git a/content/docs/release-notes/cli/2023/23.05.md b/content/docs/release-notes/cli/2023/23.05.md new file mode 100644 index 00000000..e73b6491 --- /dev/null +++ b/content/docs/release-notes/cli/2023/23.05.md @@ -0,0 +1,129 @@ +--- +pageTitle: "23.05" +title: "23.05" +description: "23.05" +url: docs/releases/cli/23.05/ +bookHidden: false +weight: 2 +--- + +# Major release + +## 23.05.31.3 + +June 13, 2023 + +1. Db2/Kafka to S2(XA) - Messages are replayed on all targets when a node is brought back online + +1. DB2 Kafka IIDR -> S2 XA Issue with kafka re-distributing messages + +1. Publish remaining logs to cloudLogger + +1. Make Oracle native reader multi-threaded + +1. MySQL split key hint should cover all values besides specified range + +1. For SQL Server, ensure all permissions are required for snapshot + +1. Log query when an error is returned from Oracle + +1. The encrypt-config command throws an NPE + +1. Support PDB Connections + +1. Modify replicant SQL Server log extractor to parse .TDS files directly to operations + +1. Test and Document SSL connection to MySQL + +1. Adding support for rollback and transactional store for ASE + +1. Notification was not sent on connection interuptions from server + +1. Support Kryo format for CDC opers + +1. Implement custom S3OutputStream and use it for CDC log segment generation + +1. Replication crashes if mapping used with tables which have FKs + +1. Improve Kerberos implementation + +1. Disallow retry and remove duplicate record check + +1. Improve applier cursor cache + +1. Have aggregate operations count in new relic + +1. Ability to have custom table properties while creating a table in Databricks + +1. Fix race condition in Oracle native reader + +1. Oracle native reader inserts are not properly formed + +1. DB2 realtime support for >>= <<= in transformation + +1. PostgreSQL Stream connection drops randomly + +1. Reverted a fix for S3 testConnection mode by accident + +1. Add thenString support to lt/gt transformation options + +1. Update extractor-governor config name in code to match with yaml/json config file + +1. Add thenString Snapshot Support for Native Transform + +1. Fix adding additional col in realtime mode and change default + +1. MySQL bin log fetching improvement + +1. Support KRYO serialization format for LOBs by de/serializing IRLobV instance + +1. Fixed a parsing error in SQL Server unicode string parsing + +1. Set the default for fetchExactRowCount to false + +1. Fix null value handling for memsql/singlestore + +1. Kafka as target - Fix NPE while replaying delete with shardkey + +1. Fix for the Oracle logminer extractor where comments in DDL were causing an exception + +1. Kafka offset logging improvements + +1. Add max-poll-records and max-poll-interval-ms to kafka config + +1. with the oracle native log reader extractor nchar nvarchar2 and nclob fail when sent to target + +1. BigQuery does not supports addconstraint oper + +1. Kafka as target: Ignore per table num-shards setting if replay-consistency is GLOBAL + +## Patch releases + +### 23.05.31.4 +June 16, 2023 [23.05.31.4 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.05.31.4.zip) + +1. Implement email notification for I/U/D operations using column transformation. + + +### 23.05.31.5 +June 22, 2023 [23.05.31.5 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.05.31.5.zip) + +1. Sybase ASE: sybase ase source cdc enhancements + +### 23.05.31.6 +June 28, 2023 [23.05.31.6 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.05.31.6.zip) + +1. Databicks: Fix Databricks URL parsing with SM provider. +1. MySQL: If mysql binlog start-position is >4gb, reduce it. + + +### 23.05.31.7 +June 29, 2023 [23.05.31.7](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.05.31.7.zip) + +1. MySQL: when restarting mysqlbinlog process on error, restart it from the last parsed position + +### 23.05.31.9 +July 14. 2023 [23.05.31.9 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.05.31.9.zip) + +Fixes included: +1. SINGLESTORE: Cannot load NULL or 0 into auto-increment columns with LOAD DATA \ No newline at end of file diff --git a/content/docs/release-notes/cli/2023/23.06 .md b/content/docs/release-notes/cli/2023/23.06 .md new file mode 100644 index 00000000..b4ef0ca8 --- /dev/null +++ b/content/docs/release-notes/cli/2023/23.06 .md @@ -0,0 +1,72 @@ +--- +pageTitle: "23.06" +title: "23.06" +description: "23.06" +url: docs/releases/cli/23.06/ +bookHidden: false +weight: 1 +--- + +# Major release + +## 23.06.30.0 + +July 17, 2023 [23.06.30.0 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.06.30.0.zip) + +### All +1. Core obfuscation is broken on latest develop ( CE-1445 ) +1. Propagate exception in Extractor and Applier call methods ( CE-1092 ) +1. Support all cursor types in the new serialization code ( CE-1344 ) +### CockroachDB +1. Fix CockroachDB connection issues ( CE-1335 ) +### Databricks +1. ParquetWriter ( CE-1437 ) +### DB2 +1. Db2/IIDR/Kafka Sticky Assignor ( CE-1402 ) +1. Db2 iseries ddl support ( CE-1205 ) +1. Have DB2 IIDR kafka message create timestamp as a separate column in target ( CE-1336 ) +### Kafka +1. Support Azure Event Hubs for Apache Kafka ( CE-1328 ) +### MySQL +1. New feature to do idempotent transactions prior to real-time timestamp ( CE-1217 ) +### Oracle +1. Fix column positioning for IOT updates ( CE-1015 ) +1. Fixed an issue mapping the Oracle float datatype to targets other than Oracle ( CE-1424 ) +1. Fix IOT multi inserts ( CE-1036 ) +1. Fix NPE when data object id is null ( CE-1425 ) +1. Fix OracleUserExtractor exception handling ( CE-1388 ) +1. Fix positioning issue for opcode version 17 ( CE-1014 ) +1. Fix positioning issue with multi insert ( CE-1013 ) +1. Implement IOT deletes ( CE-961 ) +1. Implement IOT multi inserts ( CE-1012 ) +1. Implement IOT updates ( CE-959 ) +1. Oracle native reader not parsing the log properly when target isn't Oracle also ( CE-1389 ) +1. Oracle native reader shouldn't add a + for positive intervals, it's implied ( CE-1390 ) +1. Oracle native reader throws an exception for a row where all values are null ( CE-1382 ) +1. Oracle null rowid columns cause snapshot to fail with an NPE ( CE-1399 ) +1. Oracle XML type not mapped properly for PostgreSQL ( CE-1380 ) +1. Oracle XMLType not working in native log reader ( CE-1403 ) +1. Return ALL pairs value if AfterImageFormat is ALL for a source ( CE-1373 ) +1. Sort and filter out unwanted columns from ColumnPairs for IOT INSERT ( CE-606 ) +1. Support IOT for Oracle native log reader ( CE-472 ) +1. TIMESTAMP with time zone not mapped properly to postgreSQL timestamp with time zone ( CE-1381 ) +### PostgreSQL +1. PG to Kafka support partitioning table DDLs ( CE-1318 ) +1. Postgres stream realtime table creation missing data ( CE-1421 ) +1. Support PG to PG inline DDL replication with all native data types ( CE-1195 ) +### Snowflake +1. Error Handling - Snowflake Target ( CE-941 ) +### SQLServer +1. Enabling new extractor type for SQLServer ( CE-1298 ) +### Teradata +1. Add teradata connection config client-charset for customer user charsets ( CE-1434 ) +1. Issue when having special character  in Teradata snapshot ( CE-1423 ) + +# Patch releases + +## 23.06.30.1 +July 18, 2023 [23.06.30.1 binary](https://arcion-releases.s3.us-west-1.amazonaws.com/general/replicant/replicant-cli-23.06.30.1.zip) + +### AlloyDB + +1. Dedicated Connector - AlloyDB ( CE-1377 ) \ No newline at end of file diff --git a/content/docs/release-notes/cli/2023/_index.md b/content/docs/release-notes/cli/2023/_index.md new file mode 100644 index 00000000..8b96fafe --- /dev/null +++ b/content/docs/release-notes/cli/2023/_index.md @@ -0,0 +1,7 @@ +--- +title: 2023 +pageTitle: 2023 +description: "2023 CLI Release Notes." +weight: 1 +bookCollapseSection: true +--- \ No newline at end of file diff --git a/content/docs/release-notes/cli/_index.md b/content/docs/release-notes/cli/_index.md new file mode 100644 index 00000000..caa2787e --- /dev/null +++ b/content/docs/release-notes/cli/_index.md @@ -0,0 +1,7 @@ +--- +title: CLI +pageTitle: CLI +description: "CLI Release Notes." +weight: 1 +bookCollapseSection: true +--- \ No newline at end of file diff --git a/content/docs/release-notes/cloud/2023/23.01.md b/content/docs/release-notes/cloud/2023/23.01.md new file mode 100644 index 00000000..c6fb2c4c --- /dev/null +++ b/content/docs/release-notes/cloud/2023/23.01.md @@ -0,0 +1,34 @@ +--- +pageTitle: "23.01" +title: "23.01" +description: "23.01" +url: docs/releases/cloud/23.01/ +bookHidden: false +--- + +# Major release + +## 23.01 +February 6, 2023 + +1. [Core 23.01.05.9](/docs/releases/cli/23.01/)- Improvements to our on-premises APIs + +1. Configuration YAML upload fixed + +1. Expose information about cluster state + +1. Refresh connection logos with vector ones + +1. Support for Oracle native log reader (ASM only on Cloud, Redo Logpath additionally for on-premises) + +1. Audit logging support for user actions and events + +1. Pass license into Docker as Base64 environment variable + +1. Support ARM64 architecture for on-premises container image (look for tag latest-arm64 on DockerHub) + +1. Show days left on license for on-premises + +1. Support SQL Server Azure as source + +1. Various UI improvements and bug fixes \ No newline at end of file diff --git a/content/docs/release-notes/cloud/2023/23.02.md b/content/docs/release-notes/cloud/2023/23.02.md new file mode 100644 index 00000000..b845798e --- /dev/null +++ b/content/docs/release-notes/cloud/2023/23.02.md @@ -0,0 +1,28 @@ +--- +pageTitle: "23.02" +title: "23.02" +description: "23.02" +url: docs/releases/cloud/23.02/ +bookHidden: false +--- + +# Major release + +## 23.02 +March 7, 2023 + +1. [Core 23.02.01.9](/docs/releases/cli/23.02/) + +2. MySQL -> MySQL pipeline + +3. Dashboard rework with filtering by mode and virtual list support (to allow smooth scroll with huge numbers of replications) + +4. Redesign of the settings menu, various UI fixes + +5. Support for paid cluster pause/resume/terminate + +6. AWS password rotation support in the Docker container (both for Metadata DB and replications) + +7. S3 as the shared config storage for clustered mode + +8. In addition to the latest Docker tag we now have the test tag - which will point to the next container version with the latest core release (for PoC etc.) \ No newline at end of file diff --git a/content/docs/release-notes/cloud/2023/23.03.md b/content/docs/release-notes/cloud/2023/23.03.md new file mode 100644 index 00000000..2312df14 --- /dev/null +++ b/content/docs/release-notes/cloud/2023/23.03.md @@ -0,0 +1,66 @@ +--- +pageTitle: "23.03" +title: "23.03" +description: "23.03" +url: docs/releases/cloud/23.03/ +bookHidden: false +--- + +# Major release + +## 23.03 +April 5, 2023 + +1. Oracle to Oracle pipeline + +2. SQL Server CDC agent support + +3. Databricks Deltalake UI rework & Azure/DBFS support + +4. Whole SaaS stack migrated to Java 17 + +5. Computed columns support for MySQL + +6. Forward test-connection trace log to UI in case of Core error + +7. Add Azure stage support to Databricks Delta Lake + +8. Missing 'restart' option for stopped replications + +9. Increase Replicant memory limit + +10. Update Sign In & Sign Up pages + +11. Hung on current screen (loading replication data) + +12. Connection details not opening + +13. Connection created successfully duplicated + +14. Replication statuses phasing in and out + +15. Connection test does not accurately represent what is needed for replication to succeed + +16. Databricks connection not working with or without stage + +17. Table filter search not working + +18. Schema not being refreshed after fetchSchema + +19. Update the current deadlock solution + +20. Fix tooltip overflow issues + +21. Update connection logo image files to fit to container box + +22. Generated columns support + +23. Applier BulkLoad charset support + +24. Increase maximum YAML schema input size + +25. Management service port issues on WSL2 + +26. Snapshot applier additions - skip table failures and init indexes + +27. Enable APPENDING write mode in UI \ No newline at end of file diff --git a/content/docs/release-notes/cloud/2023/23.05.md b/content/docs/release-notes/cloud/2023/23.05.md new file mode 100644 index 00000000..2daee78c --- /dev/null +++ b/content/docs/release-notes/cloud/2023/23.05.md @@ -0,0 +1,73 @@ +--- +pageTitle: "23.05" +title: "23.05" +description: "23.05" +url: docs/releases/cloud/23.05/ +bookHidden: false +--- + +# Major release + +## 25.05 +June 6, 2023 + + +‍Main feature updates: + +1. S3 pipeline + + ![s3 target](/images/release-notes/6482349515ceaf0ba7aa7ef7_Screenshot%20from%202023-06-06%2013-23-59.png) + + ![s3 details](/images/release-notes/648234a0f06b2c49204dd263_Screenshot%20from%202023-06-06%2013-24-16.png) + +2. OAuth2 authentication support (tested with Okta) + +3. In-memory authentication custom password support + +4. Prometheus metrics exposed + Grafana dashboard + + ![overview dashboard](/images/release-notes/6482347ed7830b59507ec010_Screenshot%202023-06-06%20at%2010-28-12%20Arcion%20Replication%20Dashboard%20-%20Dashboards%20-%20Grafana.png) + + ![table dashboard](/images/release-notes/648234887208ad4d8e556c6c_Screenshot%202023-06-06%20at%2010-28-30%20Arcion%20Replication%20Dashboard%20-%20Dashboards%20-%20Grafana.png) + +5. Oracle PDB support + +Detail fixes: + +1. Pipeline destination - S3 + +1. Mapper not added to replication if added after the initial creation + +1. Errors about duplicate keys and other errors + +1. Need ability to fall back to non-partition table creation + +1. Allow the in memory authentication type to configure a different password (Docker Secret) + +1. Support OpenID authentication via providers like Okta (without password grant) + +1. Add Prometheus metric endpoint + +1. Add support for DDL replication + +1. Expose JDBC URL for connections that support it (MySQL first and foremost) + +1. Do not explicitly list tables in filter if the whole catalog/schema is selected (same for table and columns) + +1. Add support for schema validation configuration (general.yaml) + +1. Enable S2->GBQ and S2->S3 + +1. Liveness monitor, schema validation and metadata connections configuration support + +1. Changes to support S3 as destination + +1. Add ability to specify custom NTP server + +1. PDB support + +1. Configure Core logs rotation + +1. Cleanly exit Replicant process instead of force kill + +1. Allow permission validation to be enabled/disabled via UI \ No newline at end of file diff --git a/content/docs/release-notes/cloud/2023/23.06.md b/content/docs/release-notes/cloud/2023/23.06.md new file mode 100644 index 00000000..02ed0d70 --- /dev/null +++ b/content/docs/release-notes/cloud/2023/23.06.md @@ -0,0 +1,76 @@ +--- +pageTitle: "23.06" +title: "23.06" +description: "23.06" +url: docs/releases/cloud/23.06/ +bookHidden: false +--- + +# Major release + +## 23.06 +July 11, 2023 + +Arcion New Filter 16k Tables Demo Video + +{{< youtube ydu4f3mjkCo>}} + +Screenshot of all available sources in June 2023 release + +![Screenshot of all available sources in June 2023 release](/images/release-notes/64adc5bb28dbe916baa00b53_Screenshot%20from%202023-07-10%2017-06-26.png) + +Screenshot of all available targets in June 2023 release + +![Screenshot of all available targets in June 2023 release](/images/release-notes/64adc59a2ad32465eb85a20f_Screenshot%20from%202023-07-10%2017-06-06.png) + +1. Pipeline source - SAP ASE (Sybase) + +2. Pipeline destination - Redis Streams + +3. Buttons now viewable when scrolling on the webpages + +4. Can't click save on new Databricks connection when using DBFS + +5. Can't perform state update on saved-connections + +6. Filter page timeouts + +7. Filter update by file not handled properly + +8. When setting Pertable config for Databricks Lakehouse the schema name is not set into the per table configuration (only catalog name) + +9. Handle exception when /replication returns 401 + +10. Allow schema name update when mapping to 2 level db + +11. Update refresh token behaviour + +12. UI changes to support SAP ASE (Sybase) as source + +13. API changes to support SAP ASE (Sybase) as source + +14. UI changes to support Redis Streams as destination + +15. API changes to support Redis Streams as destination + +16. Optimize filter behaviour when rendering a large dataset + +17. Update replication list header and make columns sortable + +18. Ability to download all config files + +19. Handle upload filter containing blocked list in the UI + +20. Enable PG to PG and MySQL to PG pipeline + +21. Type 2 CDC support + +22. MYSQL DDL replication support + +23. Informix DDL replication support + +24. Support applier configuration for /dev/null + +25. Update progress percentage for CHANGE_DATA_CAPTURE phase and TERMINATE replication status + +26. Reimplement trace log download within replication summary \ No newline at end of file diff --git a/content/docs/release-notes/cloud/2023/_index.md b/content/docs/release-notes/cloud/2023/_index.md new file mode 100644 index 00000000..8fd669d3 --- /dev/null +++ b/content/docs/release-notes/cloud/2023/_index.md @@ -0,0 +1,7 @@ +--- +title: 2023 +pageTitle: 2023 +description: "2023 Cloud Release Notes." +weight: 1 +bookCollapseSection: true +--- \ No newline at end of file diff --git a/content/docs/release-notes/cloud/_index.md b/content/docs/release-notes/cloud/_index.md new file mode 100644 index 00000000..6db21b27 --- /dev/null +++ b/content/docs/release-notes/cloud/_index.md @@ -0,0 +1,7 @@ +--- +title: Cloud +pageTitle: Cloud +description: "Cloud Release Notes." +weight: 3 +bookCollapseSection: true +--- \ No newline at end of file diff --git a/content/docs/release-notes/ui/2023/23.01.md b/content/docs/release-notes/ui/2023/23.01.md new file mode 100644 index 00000000..65d55298 --- /dev/null +++ b/content/docs/release-notes/ui/2023/23.01.md @@ -0,0 +1,44 @@ +--- +pageTitle: "23.01" +title: "23.01" +description: "23.01" +url: docs/releases/ui/23.01/ +bookHidden: false +--- + +# Major release + +## 23.01 + +{{< tabs "ui-docker-download" >}} +{{< tab "linux/amd64" >}} +``` +docker pull arcionlabs/replicant-on-premises:20221031.0 +``` +{{< /tab >}} +{{< tab "linux/arm64/v8" >}} +N/A +{{< /tab >}} +{{< /tabs >}} + +1. Core 23.01.05.9- Improvements to our on-premises APIs + +1. Configuration YAML upload fixed + +1. Expose information about cluster state + +1. Refresh connection logos with vector ones + +1. Support for Oracle native log reader (ASM only on Cloud, Redo Logpath additionally for on-premises) + +1. Audit logging support for user actions and events + +1. Pass license into Docker as Base64 environment variable + +1. Support ARM64 architecture for on-premises container image (look for tag latest-arm64 on DockerHub) + +1. Show days left on license for on-premises + +1. Support SQL Server Azure as source + +1. Various UI improvements and bug fixes \ No newline at end of file diff --git a/content/docs/release-notes/ui/2023/23.02.md b/content/docs/release-notes/ui/2023/23.02.md new file mode 100644 index 00000000..30d07f77 --- /dev/null +++ b/content/docs/release-notes/ui/2023/23.02.md @@ -0,0 +1,39 @@ +--- +pageTitle: "23.02" +title: "23.02" +description: "23.02" +url: docs/releases/ui/23.02/ +bookHidden: false +--- + +# Major release + +## 23.02 + +{{< tabs "ui-docker-download" >}} +{{< tab "linux/amd64" >}} +``` +docker pull arcionlabs/replicant-on-premises:20221225.0 +``` +{{< /tab >}} +{{< tab "linux/arm64/v8" >}} +N/A +{{< /tab >}} +{{< /tabs >}} + + +1. Core 23.02.01.9 + +1. MySQL -> MySQL pipeline + +1. Dashboard rework with filtering by mode and virtual list support (to allow smooth scroll with huge numbers of replications) + +1. Redesign of the settings menu, various UI fixes + +1. Support for paid cluster pause/resume/terminate + +1. AWS password rotation support in the Docker container (both for Metadata DB and replications) + +1. S3 as the shared config storage for clustered mode + +1. In addition to the latest Docker tag we now have the test tag - which will point to the next container version with the latest core release (for PoC etc.) \ No newline at end of file diff --git a/content/docs/release-notes/ui/2023/23.03.md b/content/docs/release-notes/ui/2023/23.03.md new file mode 100644 index 00000000..2ae319e9 --- /dev/null +++ b/content/docs/release-notes/ui/2023/23.03.md @@ -0,0 +1,78 @@ +--- +pageTitle: "23.03" +title: "23.03" +description: "23.03" +url: docs/releases/ui/23.03/ +bookHidden: false +--- + +# Major release + +## 23.03 + +{{< tabs "ui-docker-download" >}} +{{< tab "linux/amd64" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230131.0 +``` +{{< /tab >}} +{{< tab "linux/arm64/v8" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230131.0-arm64 +``` +{{< /tab >}} +{{< /tabs >}} + +1. Oracle to Oracle pipeline + +2. SQL Server CDC agent support + +3. Databricks Deltalake UI rework & Azure/DBFS support + +4. Whole SaaS stack migrated to Java 17 + +5. Computed columns support for MySQL + +6. Forward test-connection trace log to UI in case of Core error + +7. Add Azure stage support to Databricks Delta Lake + +8. Missing ‘restart’ option for stopped replications + +9. Increase Replicant memory limit + +10. Update Sign In & Sign Up pages + +11. Hung on current screen (loading replication data) + +12. Connection details not opening + +13. Connection created successfully duplicated + +14. Replication statuses phasing in and out + +15. Connection test does not accurately represent what is needed for replication to succeed + +16. Databricks connection not working with or without stage + +17. Table filter search not working + +18. Schema not being refreshed after fetchSchema + +19. Update the current deadlock solution + +20. Fix tooltip overflow issues + +21. Update connection logo image files to fit to container box + +22. Generated columns support + +23. Applier BulkLoad charset support + +24. Increase maximum YAML schema input size + +25. Management service port issues on WSL2 + +26. Snapshot applier additions - skip table failures and init indexes + +27. Enable APPENDING write mode in UI \ No newline at end of file diff --git a/content/docs/release-notes/ui/2023/23.04.md b/content/docs/release-notes/ui/2023/23.04.md new file mode 100644 index 00000000..50c1443f --- /dev/null +++ b/content/docs/release-notes/ui/2023/23.04.md @@ -0,0 +1,95 @@ +--- +pageTitle: "23.04" +title: "23.04" +description: "23.04" +url: docs/releases/ui/23.04/ +bookHidden: false +--- + +# Major release + +## 23.04 + +{{< tabs "ui-docker-download" >}} +{{< tab "linux/amd64" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230430.0 +``` +{{< /tab >}} +{{< tab "linux/arm64/v8" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230430.0-arm64 +``` +{{< /tab >}} +{{< /tabs >}} + +1. Oracle to Oracle pipeline + +2. SQL Server CDC agent support + +3. Databricks Deltalake UI rework & Azure/DBFS support + +4. Whole SaaS stack migrated to Java 17 + +5. Computed columns support for MySQL + +6. Forward test-connection trace log to UI in case of Core error + +7. Add Azure stage support to Databricks Delta Lake + +8. Missing ‘restart’ option for stopped replications + +9. Increase Replicant memory limit + +10. Update Sign In & Sign Up pages + +11. Hung on current screen (loading replication data) + +12. Connection details not opening + +13. Connection created successfully duplicated + +14. Replication statuses phasing in and out + +15. Connection test does not accurately represent what is needed for replication to succeed + +16. Databricks connection not working with or without stage + +17. Table filter search not working + +18. Schema not being refreshed after fetchSchema + +19. Update the current deadlock solution + +20. Fix tooltip overflow issues + +21. Update connection logo image files to fit to container box + +22. Generated columns support + +23. Applier BulkLoad charset support + +24. Increase maximum YAML schema input size + +25. Management service port issues on WSL2 + +26. Snapshot applier additions - skip table failures and init indexes + +27. Enable APPENDING write mode in UI](23.3.md) + +## Patch releases + +### 23.04.30.1 + +{{< tabs "ui-docker-download" >}} +{{< tab "linux/amd64" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230430.1 +``` +{{< /tab >}} +{{< tab "linux/arm64/v8" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230430.1-arm64 +``` +{{< /tab >}} +{{< /tabs >}} \ No newline at end of file diff --git a/content/docs/release-notes/ui/2023/23.06.md b/content/docs/release-notes/ui/2023/23.06.md new file mode 100644 index 00000000..91429f74 --- /dev/null +++ b/content/docs/release-notes/ui/2023/23.06.md @@ -0,0 +1,105 @@ +--- +pageTitle: "23.06" +title: "23.06" +description: "23.06" +url: docs/releases/ui/23.06/ +bookHidden: false +--- + +# Major release + +## 23.06 + +{{< tabs "ui-docker-download" >}} +{{< tab "linux/amd64" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230630.0 +``` +{{< /tab >}} +{{< tab "linux/arm64/v8" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230630.0-arm64 +``` +{{< /tab >}} +{{< /tabs >}} + +Arcion New Filter 16k Tables Demo Video + +{{< youtube ydu4f3mjkCo>}} + +Screenshot of all available sources in June 2023 release + +![Screenshot of all available sources in June 2023 release](/images/release-notes/64adc5bb28dbe916baa00b53_Screenshot%20from%202023-07-10%2017-06-26.png) + +Screenshot of all available targets in June 2023 release + +![Screenshot of all available targets in June 2023 release](/images/release-notes/64adc59a2ad32465eb85a20f_Screenshot%20from%202023-07-10%2017-06-06.png) + +1. Pipeline source - SAP ASE (Sybase) + +1. Pipeline destination - Redis Streams + +1. Buttons now viewable when scrolling on the webpages + +1. Can't click save on new Databricks connection when using DBFS + +1. Can't perform state update on saved-connections + +1. Filter page timeouts + +1. Filter update by file not handled properly + +1. When setting Pertable config for Databricks Lakehouse the schema name is not set into the per table configuration (only catalog name) + +1. Handle exception when /replication returns 401 + +1. Allow schema name update when mapping to 2 level db + +1. Update refresh token behaviour + +1. UI changes to support SAP ASE (Sybase) as source + +1. API changes to support SAP ASE (Sybase) as source + +1. UI changes to support Redis Streams as destination + +1. API changes to support Redis Streams as destination + +1. Optimize filter behaviour when rendering a large dataset + +1. Update replication list header and make columns sortable + +1. Ability to download all config files + +1. Handle upload filter containing blocked list in the UI + +1. Enable PG to PG and MySQL to PG pipeline + +1. Type 2 CDC support + +1. MYSQL DDL replication support + +1. Informix DDL replication support + +1. Support applier configuration for /dev/null + +1. Update progress percentage for CHANGE_DATA_CAPTURE phase and TERMINATE replication status + +1. Reimplement trace log download within replication summary + +## Patch releases + +### 23.06.30.1 + +{{< tabs "23.06.30.1" >}} +{{< tab "linux/amd64" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230630.1 +``` +{{< /tab >}} +{{< tab "linux/arm64/v8" >}} +``` +docker pull arcionlabs/replicant-on-premises:20230630.1-arm64 +``` +{{< /tab >}} +{{< /tabs >}} diff --git a/content/docs/release-notes/ui/2023/_index.md b/content/docs/release-notes/ui/2023/_index.md new file mode 100644 index 00000000..a69d4343 --- /dev/null +++ b/content/docs/release-notes/ui/2023/_index.md @@ -0,0 +1,7 @@ +--- +title: 2023 +pageTitle: 2023 +description: "UI Release Notes." +weight: 1 +bookCollapseSection: true +--- \ No newline at end of file diff --git a/content/docs/release-notes/ui/_index.md b/content/docs/release-notes/ui/_index.md new file mode 100644 index 00000000..2ab9f7d3 --- /dev/null +++ b/content/docs/release-notes/ui/_index.md @@ -0,0 +1,7 @@ +--- +title: UI +pageTitle: UI +description: "UI Release Notes." +weight: 2 +bookCollapseSection: true +--- \ No newline at end of file diff --git a/content/images/release-notes/645a96fe695b0e1003b1cbf2_Screenshot from 2023-05-09 20-48-34.png b/content/images/release-notes/645a96fe695b0e1003b1cbf2_Screenshot from 2023-05-09 20-48-34.png new file mode 100644 index 00000000..0753671c Binary files /dev/null and b/content/images/release-notes/645a96fe695b0e1003b1cbf2_Screenshot from 2023-05-09 20-48-34.png differ diff --git a/content/images/release-notes/645a986ce824af388cf63b5e_Screen Shot 2023-05-09 at 12.00.44 PM.png b/content/images/release-notes/645a986ce824af388cf63b5e_Screen Shot 2023-05-09 at 12.00.44 PM.png new file mode 100644 index 00000000..d9f0d60e Binary files /dev/null and b/content/images/release-notes/645a986ce824af388cf63b5e_Screen Shot 2023-05-09 at 12.00.44 PM.png differ diff --git a/content/images/release-notes/6482347ed7830b59507ec010_Screenshot 2023-06-06 at 10-28-12 Arcion Replication Dashboard - Dashboards - Grafana.png b/content/images/release-notes/6482347ed7830b59507ec010_Screenshot 2023-06-06 at 10-28-12 Arcion Replication Dashboard - Dashboards - Grafana.png new file mode 100644 index 00000000..d0e61edb Binary files /dev/null and b/content/images/release-notes/6482347ed7830b59507ec010_Screenshot 2023-06-06 at 10-28-12 Arcion Replication Dashboard - Dashboards - Grafana.png differ diff --git a/content/images/release-notes/648234887208ad4d8e556c6c_Screenshot 2023-06-06 at 10-28-30 Arcion Replication Dashboard - Dashboards - Grafana.png b/content/images/release-notes/648234887208ad4d8e556c6c_Screenshot 2023-06-06 at 10-28-30 Arcion Replication Dashboard - Dashboards - Grafana.png new file mode 100644 index 00000000..6e268e0a Binary files /dev/null and b/content/images/release-notes/648234887208ad4d8e556c6c_Screenshot 2023-06-06 at 10-28-30 Arcion Replication Dashboard - Dashboards - Grafana.png differ diff --git a/content/images/release-notes/6482349515ceaf0ba7aa7ef7_Screenshot from 2023-06-06 13-23-59.png b/content/images/release-notes/6482349515ceaf0ba7aa7ef7_Screenshot from 2023-06-06 13-23-59.png new file mode 100644 index 00000000..06d103c2 Binary files /dev/null and b/content/images/release-notes/6482349515ceaf0ba7aa7ef7_Screenshot from 2023-06-06 13-23-59.png differ diff --git a/content/images/release-notes/648234a0f06b2c49204dd263_Screenshot from 2023-06-06 13-24-16.png b/content/images/release-notes/648234a0f06b2c49204dd263_Screenshot from 2023-06-06 13-24-16.png new file mode 100644 index 00000000..f99de685 Binary files /dev/null and b/content/images/release-notes/648234a0f06b2c49204dd263_Screenshot from 2023-06-06 13-24-16.png differ diff --git a/content/images/release-notes/64adc59a2ad32465eb85a20f_Screenshot from 2023-07-10 17-06-06.png b/content/images/release-notes/64adc59a2ad32465eb85a20f_Screenshot from 2023-07-10 17-06-06.png new file mode 100644 index 00000000..bc5b3fa9 Binary files /dev/null and b/content/images/release-notes/64adc59a2ad32465eb85a20f_Screenshot from 2023-07-10 17-06-06.png differ diff --git a/content/images/release-notes/64adc5bb28dbe916baa00b53_Screenshot from 2023-07-10 17-06-26.png b/content/images/release-notes/64adc5bb28dbe916baa00b53_Screenshot from 2023-07-10 17-06-26.png new file mode 100644 index 00000000..bc5b1a84 Binary files /dev/null and b/content/images/release-notes/64adc5bb28dbe916baa00b53_Screenshot from 2023-07-10 17-06-26.png differ