CFCouchbase SDK
  • Introduction
  • What's New With 2.2.0
  • What's New With 2.0.0
  • About This Book
  • Authors
  • Overview
  • Installation
    • ColdBox Module
    • Traditional Apps
  • Configuration
    • Settings
    • Structure
    • Summary
  • Usage
    • Storing Documents
    • Storage Durability
    • Retrieving Documents
    • Data Serialization
    • Components
      • Auto Inflation
      • Manual Inflation
      • Custom Serialization
      • Binary
    • Custom Transformers
    • Executing Queries
      • View Queries
      • n1ql Queries
      • Query Options
      • Filter Closures
      • Transform Closures
      • Return Types
    • Managing Views
    • Working With Futures
  • Help & Support
Powered by GitBook
On this page
  • Release Notes
  • Improvements

Was this helpful?

Edit on GitHub
Export as PDF

What's New With 2.2.0

PreviousIntroductionNextWhat's New With 2.0.0

Last updated 7 years ago

Was this helpful?

This release of the CFCouchbase SDK brings support for the latest JDK v2.5.4, adds support for RBAC (Role Based Access Control) which was introduced in Couchbase Server 5.0.0.

These changes will allow you to take advantage of the new Ephemeral buckets in Couchbase Server 5, which are memory only buckets and ideal candidates for caching implementations. To find out more about all of the features in Couchbase Server 5 check out the SDK release notes and blog post

Release Notes

Improvements

  • [] -Add RBAC Support

  • [] -Upgraded JARs to latest (v2.5.4)

https://developer.couchbase.com/documentation/server/current/release-notes/relnotes.html
https://blog.couchbase.com/announcing-couchbase-server-5-0/
COUCHBASESDK-49
COUCHBASESDK-50