Skip to content

Releases: ng-galien/idea-plpgdebugger

v241.0.1

07 Apr 23:52
Compare
Choose a tag to compare

Bugfixes

  • Fix debugger commands not showing up at first #162

Maintenance

  • Compatibility with Intellij 2024.*
  • Update documentation for dockerized debugger #214
  • Bump dependencies to latest version

What's Changed

Full Changelog: v241.0.0...v241.0.1

v241.0.0

05 Apr 21:34
Compare
Choose a tag to compare

Maintenance

  • Compatibility with Intellij 2024.*
  • Update documentation for dockerized debugger #214
  • Bump dependencies to latest version

v233.0.1

12 Dec 20:02
Compare
Choose a tag to compare

Maintenance

  • Compatibility with Intellij 2023.* #154

Enhancements

  • Diagnostic for missing extension #153

v232.0.3

12 Aug 14:40
c27d04a
Compare
Choose a tag to compare

Maintenance

  • Project template
  • Update dependencies
  • Code cleanup

Bugfixes

  • Fix does not load the latest function #107

v222.3.3

31 Mar 18:33
Compare
Choose a tag to compare

Maintenance

  • Platform 2023.1
  • Remove deprecated code

v222.3.2

02 Feb 06:37
283d704
Compare
Choose a tag to compare

Bugfixes

Dependencies

  • Kotlin 1.7
  • Intellij plugin 1.12

v222.3.0

07 Dec 21:16
617cf30
Compare
Choose a tag to compare

Dependencies

  • Intellij 222.3
  • Graddle plugin 1.10

v222.2.1

29 Oct 16:16
6d5eb26
Compare
Choose a tag to compare

Bugfixes

  • Incorrect line position #86

v222.2.0

02 Oct 21:06
47d393c
Compare
Choose a tag to compare

Features

  • Tree support for JSON variables
  • RECORD type is managed as JSON
  • Update Dockerfile to use latest version of plpgdebugger

Breaking changes

  • Update the postgres plugin for proper RECORD handling

v222.1.0

30 Sep 08:50
a1b34b2
Compare
Choose a tag to compare
  • Outputs RECORD type for PG 14 & 13 (Thanks to @cvas71)
  • Update Docker images.