Releases: GoogleCloudPlatform/database-assessment
Releases · GoogleCloudPlatform/database-assessment
v4.3.39
What's Changed
- fix(masking): enabled compression on the outgoing file by @cofin in #464
- fix(mssql): limit perfmon collection / execution on Server 2008 by @shane-borden in #466
- fix: data type correction by @cofin in #467
Full Changelog: v4.3.38...v4.3.39
v4.3.38
What's Changed
- fix(mssql): fix server props quotation by @shane-borden in #456
- docs: Adding comment to user doc for
postgres
/mysql
to use MC by @celia-byte in #459 - chore(docs): enable admonition support by @cofin in #460
- docs: update note for
postgres
/mysql
by @celia-byte in #461 - feat: Store pkey, sourceID and manualId when machine specs fails. by @YairHalberstadt in #458
- feat(mysql): add headers to empty files by @wpuziewicz in #462
- fix(mssql): readonly db fix by @shane-borden in #463
New Contributors
- @celia-byte made their first contribution in #459
Full Changelog: v4.3.37...v4.3.38
v4.3.37
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
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
- @trivikram29 made their first contribution in #444
Full Changelog: v4.3.35...v4.3.36
v4.3.35
What's Changed
- feat: implement
collect
command in CLI by @cofin in #415 - fix: adds
VERSION
andVERSION_NUM
to calculated metrics by @cofin in #427 - feat: extension superuser indicator by @cofin in #428
- feat: adds
database_collation
todatabase_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
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
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
andhas_primary_key
indicator to table details by @cofin in #385 - feat: adds
database_name
toextensions
andtable_details
forpostgres
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 regardingSTATSPACK
collection. by @wpuziewicz in #394
New Contributors
- @manderson-it made their first contribution in #377
Full Changelog: v4.3.32...v4.3.33
v4.3.32
What's Changed
- fix: set
3.8
compatible type hints by @cofin in #373 - feat: Add "end of job" check for
oracle
by @wpuziewicz in #374
Full Changelog: v4.3.31...v4.3.32
v4.3.31
What's Changed
- feat: add
allDbs
and various collector fixes by @wpuziewicz in #351 - feat: remove
cte
expressions for oldermysql
support by @cofin in #353 - fix: Add AD Authentication and various
mssql
bug fixes by @shane-borden in #354 - fix:
mysql
error message updates by @wpuziewicz in #352 - fix: remove duplicate values from
mssql
features list by @shane-borden in #357 - feat: Add entry for
manualUniqueId
parameter to help text formysql
by @wpuziewicz in #359 - feat: Add entry for
manualUniqueId
parameter to help text forpostgres
by @wpuziewicz in #358 - feat: Update READMEs for
Postgres
andMySQL
. by @wpuziewicz in #355 - feat: add
postgres
v12 and v13 support by @wpuziewicz in #356 - fix: address
mysql
deadlock scenario on temp tables by @shane-borden in #360 - fix: spelling issue for feature by @shane-borden in #361
- fix: Add Postgres SQL subdirectories to ZIP packaging. by @wpuziewicz in #363
- chore: Add documentation for Postgres and MySql. by @wpuziewicz in #364
- fix: handle
machine_specs
for multi-database collection by @wpuziewicz in #366 - chore: Link new documentation pages for
mysql
andpostgres
by @cofin in #365 - fix: Granularity change for database-level
mqsql
stats by @wpuziewicz in #367 - feat: column masking additions and file name masking by @ssenior45 in #362
- fix: Set
postgres
headers to upper case. by @wpuziewicz in #370 - feat: update
postgres
database list method by @wpuziewicz in #372 - chore: updated
README
by @cofin in #371
New Contributors
- @ssenior45 made their first contribution in #362
Full Changelog: v4.3.30...v4.3.31