Planned breaking changes for 6.0 📣 #456
fbiville
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: this is going to be updated on a regular basis.
Note 2: release date for 6.0? No idea :D
If any item seems controversial, please join a discussion about this specific item (or create one if none exists).
Removals
All of the items below must be marked as deprecated and documented with replacements.
Protocol version
Structs
neo4j.Config
(replaced byconfig.Config
since 5.8.0)Types
neo4j.ServerAddressResolver
(replaced byconfig.ServerAddressResolver
since 5.8.0)neo4j.LogLevel
(replaced bylog.Level
since 5.17.0)neo4j.ERROR
(replaced bylog.ERROR
since 5.17.0)neo4j.WARNING
(replaced bylog.WARNING
since 5.17.0)neo4j.INFO
(replaced bylog.INFO
since 5.17.0)neo4j.DEBUG
(replaced bylog.DEBUG
since 5.17.0)log.Console
(replaced bylog.ToConsole
since 5.17.0)log.Void
(replaced bylog.ToVoid
since 5.17.0)neo4j.NotificationSeverity
(replaced bynotifications.NotificationSeverity
since 5.23.0)neo4j.Warning
(replaced bynotifications.Warning
since 5.23.0)neo4j.Information
(replaced bynotifications.Information
since 5.23.0)neo4j.UnknownSeverity
(replaced bynotifications.UnknownSeverity
since 5.23.0)neo4j.NotificationCategory
(replaced bynotifications.NotificationCategory
since 5.23.0)neo4j.Hint
(replaced bynotifications.Hint
since 5.23.0)neo4j.Unrecognized
(replaced bynotifications.Unrecognized
since 5.23.0)neo4j.Unsupported
(replaced bynotifications.Unsupported
since 5.23.0)neo4j.Performance
(replaced bynotifications.Performance
since 5.23.0)neo4j.Deprecation
(replaced bynotifications.Deprecation
since 5.23.0)neo4j.Generic
(replaced bynotifications.Generic
since 5.23.0)neo4j.Security
(replaced bynotifications.Security
since 5.23.0)neo4j.Topology
(replaced bynotifications.Topology
since 5.23.0)neo4j.UnknownCategory
(replaced bynotifications.UnknownCategory
since 5.23.0)Struct fields
neo4j.Config#RootCAs
(this can be configured throughneo4j.Config#TlsConfig
since 5.0.0)Functions / Methods
neo4j.NewDriver
(replaced byneo4j.NewDriverWithContext
since 5.0.0)neo4j.SingleT
(replaced byneo4j.SingleTWithContext
since 5.0.0)neo4j.CollectT
(replaced byneo4j.CollectTWithContext
since 5.0.0)neo4j.Collect
(replaced byneo4j.CollectWithContext
since 5.0.0)neo4j.ConsoleLogger
(replaced bylog.ToConsole
since 5.17.0)neo4j.ConsoleBoltLogger
(replaced bylog.BoltToConsole
since 5.17.0)Interfaces
neo4j.Driver
(replaced byneo4j.DriverWithContext
since 5.0.0)neo4j.Session
(replaced byneo4j.SessionWithContext
since 5.0.0)neo4j.Transaction
(replaced byneo4j.ExplicitTransaction
since 5.0.0)neo4j.TransactionWork
(replaced byneo4j.ManagedTransactionWork
since 5.0.0)neo4j.Result
(replaced byneo4j.ResultWithContext
since 5.0.0)neo4j.ServerAddress
(replaced byconfig.ServerAddress
since 5.8.0)Updates
Beta Was this translation helpful? Give feedback.
All reactions