Skip to content

Releases: GoogleCloudPlatform/database-assessment

v4.3.37

12 Jun 16:23
6b5fb6a
Compare
Choose a tag to compare
v4.3.37 Pre-release
Pre-release

What's Changed

  • fix: updated license info by @cofin in #448
  • feat: Add mssql database recovery model by @shane-borden in #450
  • fix: license updates by @cofin in #449
  • doc: Update supported version of SQL Server and min version of SQLTOOLS by @shane-borden in #451
  • feat(readiness check): enable postgres 16 support for cloudsql by @cofin in #452
  • chore(formatting): minify SQL statements by @cofin in #453
  • feat(mysql): remove non mysql functions from script by @wpuziewicz in #431
  • feat(postgres): remove non postgres code from script by @wpuziewicz in #430
  • chore(release): bump version to v4.3.37 by @cofin in #455
  • feat(postgres): limit collection to current database by @wpuziewicz in #454

Full Changelog: v4.3.36...v4.3.37

v4.3.36

28 May 15:03
d14d587
Compare
Choose a tag to compare

What's Changed

  • feat(mssql): Add perfmon metrics for i/o by process and update user creation scripts by @shane-borden in #442
  • feat: Add privilege checks for postgres by @trivikram29 in #444
  • fix(oracle): handle passwords containing ampersand character. by @wpuziewicz in #441
  • feat(oracle): set specific size for pkey column. by @wpuziewicz in #445
  • chore: remove duplicate TYPE_CHECKING block by @cofin in #447
  • feat: mysql readiness and collector udpates by @cofin in #443

New Contributors

Full Changelog: v4.3.35...v4.3.36

v4.3.35

15 May 21:13
6529e52
Compare
Choose a tag to compare

What's Changed

  • feat: implement collect command in CLI by @cofin in #415
  • fix: adds VERSION and VERSION_NUM to calculated metrics by @cofin in #427
  • feat: extension superuser indicator by @cofin in #428
  • feat: adds database_collation to database_details by @cofin in #429
  • feat: initial postgres checks by @cofin in #426
  • feat: mssql perfmon correction by @shane-borden in #435
  • chore(build): bump deps and remove pip compile by @cofin in #437
  • fix: simplify build by @cofin in #438
  • chore: fix cross compile and remove builds that aren't needed by @cofin in #439

Full Changelog: v4.3.34...v4.3.35

v4.3.34

30 Apr 14:41
e708f74
Compare
Choose a tag to compare
v4.3.34 Pre-release
Pre-release

What's Changed

  • feat: adds mysql resource group information by @cofin in #395
  • fix: removed extra , by @cofin in #396
  • fix: update mssql server features by @shane-borden in #397
  • feat: Include Primary MAC address and IP address by @YairHalberstadt in #392
  • feat(mssql): Add additional perfmon logging / quotes around data / long path registry check by @shane-borden in #398
  • chore(lint): Apply lint standards to existing files by @cofin in #399
  • feat: implement basic cli and test framework by @cofin in #400
  • feat: CI updates for python builds by @cofin in #401
  • fix(mssql): fix quoted data by @shane-borden in #406
  • chore(ci): split builds by OS by @cofin in #407
  • feat: enable pyapp release builds by @cofin in #409
  • chore: modify pyapp version by @cofin in #410
  • chore(ci): upgrade dependencies and standardize release names by @cofin in #411
  • fix: add duration and sample size vars to the create function by @shane-borden in #412
  • chore(ci): adjust doc trigger by @cofin in #413

Full Changelog: v4.3.33...v4.3.34

v4.3.33

08 Apr 16:32
cc899b8
Compare
Choose a tag to compare

What's Changed

  • fix: correct common user syntax for oracle multi-tenant database versions by @manderson-it in #377
  • chore(docs): Add separate examples for CDB and non-CDB databases. by @wpuziewicz in #379
  • chore(docs): Updated documentation to reflect use of flag --allDbs. by @wpuziewicz in #375
  • Update docs regarding parameter --vmUserName. by @wpuziewicz in #383
  • feat: adds postgres_fdw to supported FDW types by @cofin in #384
  • feat: adds is_encrypted and has_primary_key indicator to table details by @cofin in #385
  • feat: adds database_name to extensions and table_details for postgres by @cofin in #386
  • fix: mssql fix blocked features and handle spaces in database name by @shane-borden in #387
  • feat: skip collecting segment data for oracle for performance by @wpuziewicz in #389
  • feat: Convert Oracle SQL script substitution variables to bind variables by @wpuziewicz in #380
  • fix: add missing quotation to table_details fields by @cofin in #390
  • docs: Updated typo for supported versions by @cofin in #391
  • feat: MSSQL remove temp tables and other various improvements by @shane-borden in #393
  • feat: Update oracle docs, readme and help regarding STATSPACK collection. by @wpuziewicz in #394

New Contributors

Full Changelog: v4.3.32...v4.3.33

v4.3.32

18 Mar 14:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.31...v4.3.32

v4.3.31

11 Mar 20:15
be8d14f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.30...v4.3.31

v4.3.30

08 Feb 15:24
e1e9cfc
Compare
Choose a tag to compare

What's Changed

  • chore: adds hashes to release by @cofin in #347
  • fix: Updated user creation scripts to work on Azure SQL Database by @shane-borden in #349
  • fix: revert hashing actions by @cofin in #350

Full Changelog: v4.3.29...v4.3.30

v4.3.29

06 Feb 15:42
244e4fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.28...v4.3.29

v4.3.28

22 Jan 22:51
6f0a96e
Compare
Choose a tag to compare

What's Changed

  • fix: mysql fix query of data_types.sql by @liozme in #319
  • chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #325
  • feat: Adding remote Windows params for WMI-GetObject by @liozme in #317
  • fix: MSSQL Suggestion to fix null schemaName when the table is a view by @liozme in #322
  • feat: correct queries for mysql >5 by @cofin in #320
  • revert: feat: Adding remote Windows params for WMI-GetObject by @liozme in #336
  • feat: AIX related fixes and manually limit AWR usage period by @wpuziewicz in #337
  • feat: postgres enhancement and query consolidation by @cofin in #314
  • feat: Capture MySQL error output to a file. by @wpuziewicz in #339
  • feat: Optionally collect machine specs via SSH by @YairHalberstadt in #340
  • fix: Handle quotes in object names and settings enum field in Postgres collector. by @wpuziewicz in #341

New Contributors

Full Changelog: v4.3.27...v4.3.28