diff --git a/preview-src/docs-roles.adoc b/preview-src/docs-roles.adoc index 24805c71..55ce1cca 100644 --- a/preview-src/docs-roles.adoc +++ b/preview-src/docs-roles.adoc @@ -13,6 +13,14 @@ Flags sections as Not Available on Aura, Aura DB Enterprise, Enterprise Edition, Fabric, and Deprecated -- +This page has the `:page-product:` attribute set to `Neo4j`. +By default, labels that related to a version of a product have `Neo4j` prepended to the version number. + +For example, `label--beta-until-5.12` is displayed as `Beta until Neo4j 5.12`. + +To override this value, include the product name in the label. +For example, `label--beta-until-bolt-1.0` is displayed as `Beta until Bolt 1.0`. + [role=label--beta-until-bolt-1.0 label--removed-2.0] == Adding a product name to versioned labels @@ -24,37 +32,6 @@ Flags sections as Not Available on Aura, Aura DB Enterprise, Enterprise Edition, The request message `ACK_FAILURE` signals to the server that the client has acknowledged a previous failure and should return to a `READY` state. -The request message `ACK_FAILURE` is only valid in version *1* and *2* and the request message `RESET` should be used in its place in version *3+*. - -*Signature:* `0E` - -*Fields:* No fields. - -*Detail messages*: - -No detail messages should be returned. - -*Valid summary messages:* - -** `SUCCESS` -** `FAILURE` - -The server must be in a `FAILED` state to be able to successfully process an `ACK_FAILURE` request. -For any other states, receipt of an `ACK_FAILURE` request will be considered a protocol violation and will lead to connection closure. - -==== Examples -.Synopsis -[source, bolt] ----- -ACK_FAILURE ----- - -.Example -[source, bolt] ----- -ACK_FAILURE ----- - [role=label--new-5.11 label--beta-until-5.12] == Beta until