Release v3 - change v2 suffix to v3
Because of recent changes there is a need for a new major release. Changes are switching to scylladb/gocql and replacing Unsafe with Strict mechanism.
This commit is contained in:
committed by
Sylwia Szunejko
parent
653faf1e03
commit
e7267922c4
@@ -8,7 +8,7 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
|
||||
"github.com/scylladb/gocqlx/v2"
|
||||
"github.com/scylladb/gocqlx/v3"
|
||||
)
|
||||
|
||||
// CallbackEvent specifies type of the event when calling CallbackFunc.
|
||||
|
||||
@@ -11,10 +11,10 @@ import (
|
||||
"context"
|
||||
"testing"
|
||||
|
||||
"github.com/scylladb/gocqlx/v2"
|
||||
"github.com/scylladb/gocqlx/v2/gocqlxtest"
|
||||
"github.com/scylladb/gocqlx/v2/migrate"
|
||||
"github.com/scylladb/gocqlx/v2/migrate/example/cql"
|
||||
"github.com/scylladb/gocqlx/v3"
|
||||
"github.com/scylladb/gocqlx/v3/gocqlxtest"
|
||||
"github.com/scylladb/gocqlx/v3/migrate"
|
||||
"github.com/scylladb/gocqlx/v3/migrate/example/cql"
|
||||
)
|
||||
|
||||
// Running examples locally:
|
||||
|
||||
@@ -20,8 +20,8 @@ import (
|
||||
|
||||
"github.com/gocql/gocql"
|
||||
|
||||
"github.com/scylladb/gocqlx/v2"
|
||||
"github.com/scylladb/gocqlx/v2/qb"
|
||||
"github.com/scylladb/gocqlx/v3"
|
||||
"github.com/scylladb/gocqlx/v3/qb"
|
||||
)
|
||||
|
||||
// DefaultAwaitSchemaAgreement controls whether checking for cluster schema agreement
|
||||
|
||||
@@ -16,9 +16,9 @@ import (
|
||||
|
||||
"github.com/psanford/memfs"
|
||||
|
||||
"github.com/scylladb/gocqlx/v2"
|
||||
"github.com/scylladb/gocqlx/v2/gocqlxtest"
|
||||
"github.com/scylladb/gocqlx/v2/migrate"
|
||||
"github.com/scylladb/gocqlx/v3"
|
||||
"github.com/scylladb/gocqlx/v3/gocqlxtest"
|
||||
"github.com/scylladb/gocqlx/v3/migrate"
|
||||
)
|
||||
|
||||
var migrateSchema = `
|
||||
|
||||
Reference in New Issue
Block a user