Pg-lock-tracer

Latest version: v0.6.2

Safety actively analyzes 623092 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.6.2

What's Changed
* Fix JSON output if no PIDs are defined by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/157


**Full Changelog**: https://github.com/jnidzwetzki/pg-lock-tracer/compare/v0.6.1...v0.6.2

0.6.1

What's Changed
* Bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/139
* Bump black from 23.11.0 to 23.12.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/140
* Bump lazy-object-proxy from 1.9.0 to 1.10.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/142
* Bump attrs from 23.1.0 to 23.2.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/141
* Bump wcwidth from 0.2.12 to 0.2.13 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/143
* Bump pytest from 7.4.4 to 8.0.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/151
* Bump platformdirs from 4.1.0 to 4.2.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/148
* Bump dill from 0.3.7 to 0.3.8 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/144
* Allow animations with Oids by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/152
* Bump pluggy from 1.3.0 to 1.4.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/147
* Bump up version by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/153


**Full Changelog**: https://github.com/jnidzwetzki/pg-lock-tracer/compare/v0.6.0...v0.6.1

0.6.0

What's Changed
* Added PG 16 tests by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/132
* Unified ring buffer size by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/133
* Refactored LWLockMode to enum by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/134
* Move executable check into helper class by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/135
* Moved register_ebpf_probe to helper class by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/136
* Made PID parameter optional by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/137
* Added tracer for row level locks by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/138


**Full Changelog**: https://github.com/jnidzwetzki/pg-lock-tracer/compare/v0.5.5...v0.6.0

0.5.5

What's Changed
* Bump pylint from 2.17.0 to 2.17.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/56
* Bump platformdirs from 3.1.1 to 3.2.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/54
* Bump astroid from 2.15.0 to 2.15.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/57
* Bump pathspec from 0.11.0 to 0.11.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/55
* Bump prettytable from 3.6.0 to 3.7.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/62
* Bump pylint from 2.17.1 to 2.17.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/59
* Bump attrs from 22.2.0 to 23.1.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/63
* Bump pytest from 7.2.2 to 7.3.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/65
* Bump packaging from 23.0 to 23.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/66
* Bump astroid from 2.15.2 to 2.15.3 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/64
* Bump astroid from 2.15.3 to 2.15.4 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/68
* Bump pylint from 2.17.2 to 2.17.4 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/70
* Bump platformdirs from 3.2.0 to 3.5.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/71
* Bump astroid from 2.15.4 to 2.15.5 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/72
* Bump typing-extensions from 4.5.0 to 4.6.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/73
* Bump typing-extensions from 4.6.2 to 4.6.3 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/74
* Bump platformdirs from 3.5.1 to 3.5.3 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/75
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/76
* Bump prettytable from 3.7.0 to 3.8.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/77
* Bump pluggy from 1.0.0 to 1.2.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/81
* Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/82
* Bump typing-extensions from 4.6.3 to 4.7.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/84
* Bump exceptiongroup from 1.1.1 to 1.1.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/85
* Bump platformdirs from 3.5.3 to 3.9.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/87
* Bump click from 8.1.3 to 8.1.5 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/88
* Bump igraph from 0.10.4 to 0.10.6 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/90
* Bump black from 23.3.0 to 23.7.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/89
* Bump astroid from 2.15.5 to 2.15.6 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/91
* Bump dill from 0.3.6 to 0.3.7 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/92
* Bump pathspec from 0.11.1 to 0.11.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/94
* Bump pylint from 2.17.4 to 2.17.5 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/96
* Bump click from 8.1.5 to 8.1.6 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/93
* Bump platformdirs from 3.9.1 to 3.10.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/95
* Bump psycopg2 from 2.9.6 to 2.9.7 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/97
* Bump exceptiongroup from 1.1.2 to 1.1.3 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/98
* Bump click from 8.1.6 to 8.1.7 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/99
* Bump pluggy from 1.2.0 to 1.3.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/100
* Bump black from 23.7.0 to 23.9.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/102
* Bump pytest from 7.4.0 to 7.4.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/103
* Bump igraph from 0.10.6 to 0.10.8 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/105
* Bump prettytable from 3.8.0 to 3.9.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/104
* Bump psycopg2 from 2.9.7 to 2.9.9 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/107
* Bump packaging from 23.1 to 23.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/109
* Bump typing-extensions from 4.7.1 to 4.8.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/110
* Bump wcwidth from 0.2.6 to 0.2.8 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/108
* Update stale.yml by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/111
* Bump black from 23.9.1 to 23.11.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/119
* Bump platformdirs from 3.10.0 to 4.0.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/118
* Bump texttable from 1.6.7 to 1.7.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/115
* Bump astroid from 2.15.6 to 3.0.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/106
* Bump exceptiongroup from 1.1.3 to 1.2.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/120
* Bump wrapt from 1.15.0 to 1.16.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/121
* Bump igraph from 0.10.8 to 0.11.3 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/122
* Bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/123
* Bump wcwidth from 0.2.8 to 0.2.12 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/124
* Bump platformdirs from 4.0.0 to 4.1.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/125
* Bump pylint from 3.0.2 to 3.0.3 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/126
* Bump typing-extensions from 4.8.0 to 4.9.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/128
* Bump pathspec from 0.11.2 to 0.12.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/129
* Bump isort from 5.12.0 to 5.13.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/130
* Bump astroid from 3.0.1 to 3.0.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/131


**Full Changelog**: https://github.com/jnidzwetzki/pg-lock-tracer/compare/v0.5.4...v0.5.5

0.5.4

What's Changed
* Bump astroid from 2.14.1 to 2.14.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/40
* Bump platformdirs from 2.6.2 to 3.0.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/41
* Bump pylint from 2.16.1 to 2.16.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/39
* Bump typing-extensions from 4.4.0 to 4.5.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/42
* Bump wrapt from 1.14.1 to 1.15.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/43
* Bump astroid from 2.14.2 to 2.15.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/44
* Bump platformdirs from 3.0.0 to 3.1.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/45
* Bump pytest from 7.2.1 to 7.2.2 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/46
* Bump exceptiongroup from 1.1.0 to 1.1.1 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/47
* Bump pylint from 2.16.2 to 2.17.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/48
* Added support for Python 3.6 by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/51
* Lower required setuptools version by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/52


**Full Changelog**: https://github.com/jnidzwetzki/pg-lock-tracer/compare/v0.5.3...v0.5.4

0.5.3

What's Changed
* Support tracing of invalidation message processing by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/33
* Added support to trace range value table open events by jnidzwetzki in https://github.com/jnidzwetzki/pg-lock-tracer/pull/34
* Bump mypy-extensions from 0.4.3 to 1.0.0 by dependabot in https://github.com/jnidzwetzki/pg-lock-tracer/pull/35


**Full Changelog**: https://github.com/jnidzwetzki/pg-lock-tracer/compare/v0.5.2...v0.5.3

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.