Releases: google/dwh-migration-tools
Releases · google/dwh-migration-tools
v1.5.5
What's Changed
- Bump aws-java-sdk from 1.12.778 to 1.12.791 by @dependabot[bot] in #977
- Bump org.checkerframework:checker-qual from 3.49.3 to 3.51.0 by @dependabot[bot] in #976
- Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.18.0 by @dependabot[bot] in #975
- [b/313430972] fix --version flag by @vladislav-sidorovich in #982
- [OPS] remove not required public declaration by @vladislav-sidorovich in #981
- [b/446687185] Extract new metrics from Snowflake by @piechotam in #979
- Bump snowflake-jdbc to 3:26 by @misolt in #988
New Contributors
- @piechotam made their first contribution in #979
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- Fix: acceleration history task should be optional by @misolt in #973
- [b/442816541] - set guava strictly to 32.0.1 by @kaxuna in #972
- Group exception-building methods together by @misolt in #969
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- [b/440029547] Add JDK check for the build by @vladislav-sidorovich in #934
- Revert "gradle google profile " by @kaxuna in #936
- [b/440029547] Add JDK check CI builds by @vladislav-sidorovich in #935
- [b/440295519] Create gradle build & test setup by @kaxuna in #933
- [OPS] clean-up logger usage by @vladislav-sidorovich in #937
- [OPS] fix code style by @vladislav-sidorovich in #939
- [OPS] Add gitignore for transfer-status by @misolt in #940
- Block deprecated option for SF Assessment by @misolt in #941
- Use the validate method for Snowflake by @misolt in #943
- [b/440495128] Add Oracle TCO discovery script by @kpiotrowski in #945
- Revert changes to getOverrideWhere by @misolt in #946
- [b/404497459] Remove an integration test from unit tests by @misolt in #843
- refactor and diagnostics flag by @kaxuna in #942
- [b/419196849] Filter out deleted TABLE_STORAGE_METRICS by @misolt in #947
- [b440295519] test all the modules in GitHub actions by @vladislav-sidorovich in #950
- [OPS] remove dbsync from root project build by @vladislav-sidorovich in #951
- Fixes for Connector#validate by @misolt in #944
- Support custom connector descriptions by @misolt in #952
- [b440295519] Add test coverage report to PRs by @vladislav-sidorovich in #953
- [b/432671467] Add missing Redshift Serverless library by @kpiotrowski in #955
- [OPS] Add tests status badge by @vladislav-sidorovich in #954
- [b/441876236] Refactor: don't "partially format" in Assessment flow by @misolt in #956
- Testing: Better unit tests for Snowflake by @misolt in #958
- [OPS] remove redundant modifiers in interface by @vladislav-sidorovich in #957
- force com.google.protobuf:protobuf-java:3.25.5 in hive metastore by @kaxuna in #961
- Update libraries jose jwt by @kaxuna in #962
- Update libraries common beanutils by @kaxuna in #963
- Update libraries dnsjava by @kaxuna in #964
- Update libraries snowflake jdbc by @kaxuna in #965
- Fix: insufficient test coverage in Snowflake by @misolt in #959
- Upload test coverage report on merge into main and comment on PRs by @vladislav-sidorovich in #966
- Bump com.google.cloud:google-cloud-bigquery from 2.48.0 to 2.55.0 by @dependabot[bot] in #967
- Bump jackson from 2.18.3 to 2.19.0 by @dependabot[bot] in #900
- Rename warehouse-discovery-scripts to migration-discovery-scripts by @kpiotrowski in #948
- Fix: Snowflake NPE on bad arguments by @misolt in #968
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Add warning message with file name and expected encoding on decode failures. Use iso-8859-1 encoding if the detected one fails. by @paolomorandini in #922
- [b/431188904] fix non-access policy handling, fix OWNER special princ… by @kajgol in #924
- [b/438671977] Add check to prevent conflicting flags. by @misolt in #928
- [OPS] Add a GitHub Action for Dumper build and testing. by @misolt in #931
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- task for listing all the dependencies by @kaxuna in #909
- [b/420597265] update Oozie date range logic to support Coordinator and Bundle jobs by @vladislav-sidorovich in #911
- [b/408967497] add dts status by @kajgol in #912
- Optimize read operations on gcs. b/421320347 by @tonyxiaowei in #913
- Tez version upgrade by @kaxuna in #916
- [b/411631019] Added persistent metrics for dumper runs by @kaxuna in #905
- [b/404190134] update the permission migration readme file by @kajgol in #914
- [OPS] parent folder for scripts that can be copied and executed by users by @vladislav-sidorovich in #917
- Refactored Telemetry object by @kaxuna in #918
- [b/404174087] update the permissions migration readme with the public… by @kajgol in #920
- [b/429112319] Support AWS session credentials by @kpiotrowski in #921
- Add missing license URLs by @kpiotrowski in #923
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
- Clean unused csv in SF Lite by @sayuzbas-google in #888
- Revert an optimization in GcsBytesource (and some automatic formatting changes) by @tonyxiaowei in #903
- Feat: b/400932733 Add date range for cloudera manager tasks by @zaldis in #889
- [b/420369667] fix NPE for Oozie end date by @vladislav-sidorovich in #910
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Gcsync SubDirectory Scanning and Upload Jar Fix by @amitgoel248 in #859
- Formatting code for dbsync by @tonyxiaowei in #881
- Implement parallel processing for gcsync by @tonyxiaowei in #872
- Bump org.apache.avro:avro from 1.11.3 to 1.11.4 by @dependabot[bot] in #876
- [Snowflake Connector] Apply filtering on databases based on
--database
command line argument. by @paolomorandini in #866 - [b/406436446] add kerberos authentication for ranger by @kajgol in #873
- Format code using Google formatter by @tonyxiaowei in #882
- Fixing predice for tables_storage_metrics csv in SF Lite by @sayuzbas-google in #885
- Fix invalid SQL query used to extract storage metrics by @kpiotrowski in #886
- Bump joda-time:joda-time from 2.13.1 to 2.14.0 by @dependabot[bot] in #878
- Bump parquet from 1.15.1 to 1.15.2 by @dependabot[bot] in #887
- Bump org.checkerframework:checker-qual from 3.49.0 to 3.49.3 by @dependabot[bot] in #884
- Bump grpcVersion from 1.63.0 to 1.72.0 by @dependabot[bot] in #883
- [b407970711] add date range support to oozie connector by @vladislav-sidorovich in #891
- [b/418155474] Drop the --database flag from snowflake-lite by @misolt in #893
- [b/404190134] add permissions-migration by @kajgol in #890
- [b/404190134] add permissions-migration to the main build by @kajgol in #902
New Contributors
- @amitgoel248 made their first contribution in #859
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Update README.md by @tonyxiaowei in #879
- [b/413037987] Add more fields to Yarn applications response by @vladislav-sidorovich in #880
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- [OPS] Add some fun to a developer's life by @vladislav-sidorovich in #864
- [OPS] Use immutable list in TaskGroup by @vladislav-sidorovich in #865
- gradle google profile by @kaxuna in #842
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 by @dependabot in #867
- Bump org.slf4j:jcl-over-slf4j from 2.0.16 to 2.0.17 by @dependabot in #868
- Bump com.google.cloud:google-cloud-storage from 2.49.0 to 2.50.0 by @dependabot in #869
- Allow the tool to reuse existing progress resuming from a crash. by @tonyxiaowei in #863
- Allow overriding snowflake authenticator parameter by @kpiotrowski in #874
Full Changelog: v1.2.1...v1.2.2