PackageTrack
Sign in Get early access

github.com/cockroachdb/copyist

v1.7.0 #2655 most downloaded on Go modules cockroachdb/copyist

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships unpredictably

gaps range from 4 weeks to 1.6 years

Most releases are documented

notes for 10 of 13 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

62 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

62 releases · Jul 2020 to Feb 2025
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 62
  1. v1.7.1-0.20250219003815-c27ecfe8862a 19 Feb 2025 pre-release

    Nothing published for this version

  2. v1.7.0 10 Apr 2024
    Release notes

    This release includes improved handling of the driver.ErrSkip error and support for the driver.NamedValueChecker interface.

    Open source →
  3. v1.6.1-0.20240410164719-de1f16c43c22 10 Apr 2024 pre-release

    Nothing published for this version

  4. v1.6.1-0.20240314214857-b4c8aedc0161 14 Mar 2024 pre-release

    Nothing published for this version

  5. v1.6.1-0.20240312151650-4b72bea1b75d 12 Mar 2024 pre-release

    Nothing published for this version

  6. v1.6.0 24 Aug 2022
    Release notes

    This release reports playback failures as testing.T Fatal errors rather than
    panicking. This enables the Go testing framework to continue running tests
    in the package rather than halting on a panic. It also avoids deadlocks that
    happen when a panic skips over an un-deferred lock release statement.

    Open source →
  7. v1.5.1-0.20220824150227-b3b04d86deaa 24 Aug 2022 pre-release

    Nothing published for this version

  8. v1.5.0 12 Jul 2022
    Release notes

    This release adds support for recording pgconn.PgErrors which appear from pgx based drivers.
    It also introduces a new pgproto3/v2 dependency.

    Open source →
  9. v1.4.2-0.20220712212553-9be88b0b0df1 12 Jul 2022 pre-release

    Nothing published for this version

  10. v1.4.2-0.20211210172550-924368e4ec1d 10 Dec 2021 pre-release

    Nothing published for this version

  11. v1.4.1 01 Nov 2021
    Release notes

    This release fixes a bug introduced in v1.4.0 that caused any panic in a test other than a copyist.sessionError to be swallowed allowing the test to pass incorrectly.

    Open source →
  12. v1.4.0 05 Oct 2021
    Release notes

    This release:

    1. Calls testing.T.Fatalf on recording mismatch instead of panicing if the mismatch is detected on the main test goroutine.
    Open source →
  13. v1.3.1-0.20211005125346-6564aa88b882 05 Oct 2021 pre-release

    Nothing published for this version

  14. v1.3.0 15 Aug 2021
    Release notes

    This release:

    1. Serializes pq.Error objects with full fidelity, so that the error code (and other fields) is preserved.
    2. Bumps dependency versions
    Open source →
  15. v1.2.3-0.20210422120431-0d1c75493bd2 22 Apr 2021 pre-release

    Nothing published for this version

  16. v1.2.2 29 Mar 2021
    Release notes

    The release fixes a bug introduced in v1.2.1 in proxyConn.ExecContext (called via sql.{Conn,DB}.{Exec,ExecContext}) which caused a recorded error to never be replayed.

    Open source →
  17. v1.2.1 23 Mar 2021
    Release notes

    This release adds support for:

    1. The driver.ExecerContext and driver.QueryerContext interfaces which allow running multiple SQL statements in a single Conn.ExecContext or Conn.QueryContext call. Previously multiple SQL statements were not supported because the lack of implementation of these interfaces meant that PrepareContext was used which only supports a single SQL statement in the Postgres wire protocol.
    Open source →
  18. v1.2.0 15 Feb 2021
    Release notes

    This release adds support for:

    1. pgx stdlib driver
    2. Multiple drivers in the same session

    NOTE: This release contains a breaking API change. The copyist.Register
    function no longer takes a resetDB argument; use the copyist.SetSessionInit
    function instead.

    Open source →
  19. v1.1.3-0.20210215232305-1d6b63b1f8ee 15 Feb 2021 pre-release

    Nothing published for this version

  20. v1.1.3-0.20210212055410-afe7d5997a74 12 Feb 2021 pre-release

    Nothing published for this version

  21. v1.1.2 12 Feb 2021
    Release notes

    Fix connection leak bug.

    Open source →
  22. v1.1.2-0.20210206045006-00baf3bd0dd5 06 Feb 2021 pre-release

    Nothing published for this version

  23. v1.1.1 07 Dec 2020

    Nothing published for this version

  24. v1.1.1-0.20201207183803-c05aed49c2eb 07 Dec 2020 pre-release

    Nothing published for this version

  25. v1.1.0 10 Oct 2020

    Nothing published for this version

  26. v1.0.1-0.20201010164619-87ae2a29f0c0 10 Oct 2020 pre-release

    Nothing published for this version

  27. v1.0.0 12 Sep 2020

    Nothing published for this version

  28. v0.0.0-20240410164719-de1f16c43c22 10 Apr 2024 pre-release

    Nothing published for this version

  29. v0.0.0-20220824150227-b3b04d86deaa 24 Aug 2022 pre-release

    Nothing published for this version

  30. v0.0.0-20210814052533-54cb0a6e3d74 14 Aug 2021 pre-release

    Nothing published for this version

  31. v0.0.0-20210814043917-cedd93333e5b 14 Aug 2021 pre-release

    Nothing published for this version

  32. v0.0.0-20210814022406-9055beced166 14 Aug 2021 pre-release

    Nothing published for this version

  33. v0.0.0-20210213060816-033ceffbe5d0 13 Feb 2021 pre-release

    Nothing published for this version

  34. v0.0.0-20210206192303-6b9a635e863d 06 Feb 2021 pre-release

    Nothing published for this version

  35. v0.0.0-20210206184324-1acaf24593ac 06 Feb 2021 pre-release

    Nothing published for this version

  36. v0.0.0-20200912173432-63e0b81e7037 12 Sep 2020 pre-release

    Nothing published for this version

  37. v0.0.0-20200912163654-b96fc4e4827a 12 Sep 2020 pre-release

    Nothing published for this version

  38. v0.0.0-20200811065827-af2612c9e3ca 11 Aug 2020 pre-release

    Nothing published for this version

  39. v0.0.0-20200808164808-d578b0115003 08 Aug 2020 pre-release

    Nothing published for this version

  40. v0.0.0-20200808154533-5cc4650304b1 08 Aug 2020 pre-release

    Nothing published for this version

  41. v0.0.0-20200725071320-dbd8a85d6ecb 25 Jul 2020 pre-release

    Nothing published for this version

  42. v0.0.0-20200723033348-ef9008a126b6 23 Jul 2020 pre-release

    Nothing published for this version

  43. v0.0.0-20200715051624-79c3d56d3d86 15 Jul 2020 pre-release

    Nothing published for this version

  44. v0.0.0-20200715050915-f74e3c5e5d57 15 Jul 2020 pre-release

    Nothing published for this version

  45. v0.0.0-20200714054124-6db19360b40a 14 Jul 2020 pre-release

    Nothing published for this version

  46. v0.0.0-20200714050731-25e5f9a471b9 14 Jul 2020 pre-release

    Nothing published for this version

  47. v0.0.0-20200713153123-bd0fad4c8bd3 13 Jul 2020 pre-release

    Nothing published for this version

  48. v0.0.0-20200709003600-5825961f6c35 09 Jul 2020 pre-release

    Nothing published for this version

  49. v0.0.0-20200708061857-e9c95940d709 08 Jul 2020 pre-release

    Nothing published for this version

  50. v0.0.0-20200708013013-24e15556f9fe 08 Jul 2020 pre-release

    Nothing published for this version

  51. v0.0.0-20200707162436-5b8d67a32c25 07 Jul 2020 pre-release

    Nothing published for this version

  52. v0.0.0-20200706050928-511d8de9d721 06 Jul 2020 pre-release

    Nothing published for this version

  53. v0.0.0-20200706045629-a2f23908a474 06 Jul 2020 pre-release

    Nothing published for this version

  54. v0.0.0-20200705071721-15fe1279cadd 05 Jul 2020 pre-release

    Nothing published for this version

  55. v0.0.0-20200705065621-233dc598230e 05 Jul 2020 pre-release

    Nothing published for this version

  56. v0.0.0-20200704194200-51f41da71acf 04 Jul 2020 pre-release

    Nothing published for this version

  57. v0.0.0-20200704155246-827293675553 04 Jul 2020 pre-release

    Nothing published for this version

  58. v0.0.0-20200704152445-953ace3a7380 04 Jul 2020 pre-release

    Nothing published for this version

  59. v0.0.0-20200704052838-58f59b697bc2 04 Jul 2020 pre-release

    Nothing published for this version

  60. v0.0.0-20200703193848-261b900fb651 03 Jul 2020 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive