Fixed

Ruby SDK v1.0.1

View on GitHub

New Features and Improvements

  • Flatten DataManager Configuration

    • The DataManager configuration has been simplified by removing the fictional "data" envelope. This change streamlines the configuration process and reduces complexity for developers.
  • Simplified Demo OFFLINE Configuration

    • The demo OFFLINE configuration has been flattened, which resolves issues with the staging CI coverage gate. This update ensures more reliable testing and continuous integration processes.

Bug Fixes

  • Removed Residual Envelope Construction

    • Eliminated unnecessary envelope constructions in fork/api-manager specifications. This cleanup improves performance and readability of the specs.
  • Enhanced Project ID Configuration

    • The config_available? method has been tightened to specifically use project.id, and additional hardening of project_id has been implemented. This addresses issue #38 by improving reliability and security of project configuration checks.