PackageTrack

Go modules

github.com/jackc/pgconn

v1.14.3jackc/pgconn

Release timeline

171 releases since 2018
20182026

One column per quarter.

Releases

  1. v1.8.2-0.20210619151417-bf76d1ed510919 Jun 2021pre-release

    Nothing published for this version

  2. v1.8.2-0.20210619150647-bacf81fb4ead19 Jun 2021pre-release

    Nothing published for this version

  3. v1.8.2-0.20210514233931-fb42201c18fc14 May 2021pre-release

    Nothing published for this version

  4. v1.8.2-0.20210409232006-3f76b98073689 Apr 2021pre-release

    Nothing published for this version

  5. v1.8.125 Mar 2021
    Release notes2 sources agree
    • Better connection string sanitization (ip.novikov)
    • Use proper pgpass location on Windows (Moshe Katz)
    • Use errors instead of golang.org/x/xerrors
    • Resume fallback on server error in Connect (Andrey Borodin)
    Open source →
  6. v1.8.1-0.20210323124435-e8f75629d09523 Mar 2021pre-release

    Nothing published for this version

  7. v1.8.1-0.20210312143129-8990c125cf4a12 Mar 2021pre-release

    Nothing published for this version

  8. v1.8.1-0.20210312143129-26ccb4ee08e912 Mar 2021pre-release

    Nothing published for this version

  9. v1.8.1-0.20210306220838-5daa019e4eb56 Mar 2021pre-release

    Nothing published for this version

  10. v1.8.1-0.20210220224016-fb88a34cb49920 Feb 2021pre-release

    Nothing published for this version

  11. v1.8.1-0.20210213171909-4bde08d1a63913 Feb 2021pre-release

    Nothing published for this version

  12. v1.8.1-0.20210130224851-9cf57526250f30 Jan 2021pre-release

    Nothing published for this version

  13. v1.8.1-0.20210130224751-609cd81d64b430 Jan 2021pre-release

    Nothing published for this version

  14. v1.8.1-0.20210115002221-120139a2060715 Jan 2021pre-release

    Nothing published for this version

  15. v1.8.1-0.20210109153636-724bf94515c99 Jan 2021pre-release

    Nothing published for this version

  16. v1.8.1-0.20201223182134-e276d9b832bf23 Dec 2020pre-release

    Nothing published for this version

  17. v1.8.1-0.20201205191152-e0d22c1100235 Dec 2020pre-release

    Nothing published for this version

  18. v1.8.04 Dec 2020
    Release notes2 sources agree
    • Add StatementErrored method to stmtcache.Cache. This allows the cache to purge invalidated prepared statements. (Ethan Pailes)
    Open source →
  19. v1.7.3-0.20201111215259-cba610c2452611 Nov 2020pre-release

    Nothing published for this version

  20. v1.7.24 Nov 2020
    Release notes2 sources agree
    • Fix data value slices into work buffer with capacities larger than length.
    Open source →
  21. v1.7.2-0.20210312143129-8990c125cf4a12 Mar 2021pre-release

    Nothing published for this version

  22. v1.7.2-0.20201111161821-a885de9c949c11 Nov 2020pre-release

    Nothing published for this version

  23. v1.7.131 Oct 2020
    Release notes2 sources agree
    • Do not asyncClose after receiving FATAL error from PostgreSQL server
    Open source →
  24. v1.7.1-0.20201030022028-340bfece2c3330 Oct 2020pre-release

    Nothing published for this version

  25. v1.7.1-0.20201006003905-416f037e77706 Oct 2020pre-release

    Nothing published for this version

  26. v1.7.026 Sept 2020
    Release notes2 sources agree
    • Exec(Params|Prepared) return ResultReader with FieldDescriptions loaded
    • Add ReceiveResults (Sebastiaan Mannem)
    • Fix parsing DSN connection with bad backslash
    • Add PgConn.CleanupDone so connection pools can determine when async close is complete
    Open source →
  27. v1.6.5-0.20200911004052-be69c1c10b1011 Sept 2020pre-release

    Nothing published for this version

  28. v1.6.5-0.20200905181414-0d4f029683fc5 Sept 2020pre-release

    Nothing published for this version

  29. v1.6.5-0.20200823013804-5db484908cf723 Aug 2020pre-release

    Nothing published for this version

  30. v1.6.5-0.20200823013804-1debbfeec4c223 Aug 2020pre-release

    Nothing published for this version

  31. v1.6.5-0.20200821030840-fdfc783345f621 Aug 2020pre-release

    Nothing published for this version

  32. v1.6.5-0.20200821030021-3eb5432c473821 Aug 2020pre-release

    Nothing published for this version

  33. v1.6.5-0.20200801104956-c894ca8b7d2a1 Aug 2020pre-release

    Nothing published for this version

  34. v1.6.430 Jul 2020
    Release notes2 sources agree
    • Fix deadlock on error after CommandComplete but before ReadyForQuery
    • Fix panic on parsing DSN with trailing '='
    Open source →
  35. v1.6.4-0.20200730031115-44079b0d2c9a30 Jul 2020pre-release

    Nothing published for this version

  36. v1.6.322 Jul 2020
    Release notes2 sources agree
    • Fix error message after AppendCertsFromPEM failure (vahid-sohrabloo)
    Open source →
  37. v1.6.214 Jul 2020
    Release notes2 sources agree
    • Update pgservicefile library
    Open source →
  38. v1.6.127 Jun 2020
    Release notes2 sources agree
    • Update golang.org/x/crypto to latest
    • Update golang.org/x/text to 0.3.3
    • Fix error handling for bad PGSERVICE definition
    • Redact passwords in ParseConfig errors (Lukas Vogel)
    Open source →
  39. v1.6.1-0.20200613121915-6c16d6c00ef213 Jun 2020pre-release

    Nothing published for this version

  40. v1.6.06 Jun 2020
    Release notes2 sources agree
    • Fix panic when closing conn during cancellable query
    • Fix behavior of sslmode=require with sslrootcert present (Petr Jediný)
    • Fix field descriptions available after command concluded (Tobias Salzmann)
    • Support connect_timeout (georgysavva)
    • Handle IPv6 in connection URLs (Lukas Vogel)
    • Fix ValidateConnect with cancelable context
    • Improve CopyFrom performance
    • Add Config.Copy (georgysavva)
    Open source →
  41. v1.5.1-0.20200601181101-fa742c5248531 Jun 2020pre-release

    Nothing published for this version

  42. v1.5.1-0.20200525164937-2647eff5675f25 May 2020pre-release

    Nothing published for this version

  43. v1.5.1-0.20200523164742-8c33aa24430a23 May 2020pre-release

    Nothing published for this version

  44. v1.5.1-0.20200516234805-2ccb66fe215916 May 2020pre-release

    Nothing published for this version

  45. v1.5.1-0.20200513123808-fb54a80edf0913 May 2020pre-release

    Nothing published for this version

  46. v1.5.1-0.20200502133522-391e1ef2ced72 May 2020pre-release

    Nothing published for this version

  47. v1.5.1-0.20200430092701-8d9293e1e7be30 Apr 2020pre-release

    Nothing published for this version

  48. v1.5.1-0.20200430092243-8f3f335b0f5430 Apr 2020pre-release

    Nothing published for this version

  49. v1.5.1-0.20200408010031-15856c001a468 Apr 2020pre-release

    Nothing published for this version

  50. v1.5.1-0.20200408003821-5d2be99c254e8 Apr 2020pre-release

    Nothing published for this version

  51. v1.5.1-0.20200407220853-84aee0ab44437 Apr 2020pre-release

    Nothing published for this version

  52. v1.5.030 Mar 2020
    Release notes2 sources agree
    • Update golang.org/x/crypto for security fix
    • Implement "verify-ca" SSL mode (Greg Curtis)
    Open source →
  53. v1.4.1-0.20200330160929-11d9f4e54fb930 Mar 2020pre-release

    Nothing published for this version

  54. v1.4.1-0.20200321161355-87c8ddd0d10921 Mar 2020pre-release

    Nothing published for this version

  55. v1.4.1-0.20200318063606-4ed48d05d23718 Mar 2020pre-release

    Nothing published for this version

  56. v1.4.07 Mar 2020
    Release notes2 sources agree
    • Fix ExecParams and ExecPrepared handling of empty query.
    • Support reading config from PostgreSQL service files.
    Open source →
  57. v1.3.214 Feb 2020
    Release notes2 sources agree
    • Update chunkreader to v2.0.1 for optimized default buffer size.
    Open source →
  58. v1.3.15 Feb 2020
    Release notes2 sources agree
    • Fix CopyFrom deadlock when multiple NoticeResponse received during copy
    Open source →
  59. v1.3.024 Jan 2020
    Release notes2 sources agree
    • Add Hijack and Construct.
    • Update pgproto3 to v2.0.1.
    Open source →
  60. v1.2.2-0.20200117234220-a4375eb53f2517 Jan 2020pre-release

    Nothing published for this version