Cosmocloud Build Documentation
DocumentationTutorials
  • Welcome to Cosmocloud
  • Getting Started
    • 1. Organisations
    • 2. Projects
    • 3. Connect your Database
    • 4. Create Database Models
    • 5. Create APIs
    • 6. Testing Free Tier APIs
  • Free Tier
    • Connecting with MongoDB Data APIs
  • Templates
    • CRUD APIs
    • Entity Search APIs
    • Fetch / Upload Media APIs
  • Examples - How To?
    • Making an external API call
    • Reusable Flows - SubFlows
    • Creating Custom Error Responses
    • Flow Builder - Building Conditional Logics
    • Flow Builder - Utilising Loops
    • Creating Dynamic Queries
    • Accessing Auth Tokens in APIs
    • How to upload/download media in Object Storage
  • Resources
    • APIs
      • Checking Logs
    • SubFlows
    • Models
      • Building Models
    • Environments
      • Environment Tier Types
    • Secrets
      • Custom Secrets
    • Databases
    • Releases
    • Vector Search
      • Create a Vector Search Index
      • Edit a Vector Search Index
      • Delete a Vector Search Index
    • Document Search
      • Full Text Search
        • Concepts
          • Indexing in full-text search
          • Data processing using Analyzers
        • Create a Search Index
        • Creating a Custom Analyzer
        • Full Text Search FAQ
      • Vector Search
    • Object Storage
  • Flow Builder
    • Node Types
      • Trigger Nodes
        • HTTP Response
      • Conditional Nodes
        • If Else
        • If Else V2
        • Switch Case
      • Crypto Nodes
        • PBKDF2 Hmac Hash
      • Debug Node
      • Database Nodes
        • Delete One
        • Delete Many
        • Fetch By ID
        • Find One
        • Find Many
        • Insert One
        • Insert Many
        • List Records
        • Run Aggregation Pipeline
        • Update One
        • Update by ID
        • Update Many
      • External Nodes
        • Fire Events (SQS)
        • API Call
        • Delete storage objects
        • Execute SubFlow
        • Get Presigned URL
        • Post Presigned URL
        • Send EMAIL (SES)
        • Send SMS (SNS)
      • Loop Nodes
        • For loop
        • While loop
      • Variable Nodes
        • Arrays
          • Append array
          • Contains
          • Check array empty
          • Extend array
          • Get Array Item
          • Length of array
          • Reverse array
          • Sort array
        • Date and Time
          • Set current datetime
        • Strings
          • Append String
          • Concat Strings
          • Convert to String
          • Length of String
          • Slice String
          • Split String
          • String Operations
          • To Lower
          • To Upper
          • Trim String
        • Mathematical
          • Add Variable
          • Complex Math Expr
          • Decrement Variable
          • Divide Variable
          • Increment Variable
          • Multiply Variable
          • Subtract Variable
        • JSON
          • Build JSON Object
          • Merge JSON Objects
          • Object to String
          • Update JSON Object
        • Special
          • Build Map
          • Set Variable
          • Exists Check
    • Node name
    • CQL - Cosmocloud Query Language
      • Building Expressions
        • $abs
        • $add
        • $addDate
        • $arrayElemAt
        • $avg
        • $buildDateTime
        • $buildMap
        • $ceil
        • $cond
        • $divide
        • $floor
        • $getDay
        • $getHour
        • $getMinute
        • $getMonth
        • $getSecond
        • $getYear
        • $ifNull
        • $max
        • $min
        • $mod
        • $multiply
        • $pow
        • $subtract
        • $sqrt
      • Building Conditions
        • Compound Operators
          • $and
          • $or
        • Conditional Operators
          • $eq
          • $gt
          • $gte
          • $lt
          • $lte
          • $neq
      • Magical Autocomplete
  • Advanced Guide
    • Configuring Authentication
      • SSO Providers
        • AWS Cognito
      • Authentication Concepts
    • MongoDB Query Language
      • Limitations
    • Performance Considerations
      • Instant Deployments
  • User Management
  • Billing and Payments
    • Billing Portal
  • Help & Support
  • References
    • Change log
    • Available Cloud & Regions
Powered by GitBook
On this page
  • v0.0.14
  • v0.0.13
  • v0.0.12
  • v0.0.11
  • v0.0.10
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  1. References

Change log

PreviousReferencesNextAvailable Cloud & Regions

Last updated 10 months ago

v0.0.14

Release Date - 10th July, 2024

  • New features

    • New includes operator in building conditions in Flow Builder.

    • New Nodes

    • New operators

    • If Else node and other conditional nodes now can build conditions in raw JSON to use Magical Autocomplete

  • Revamps

    • Update Project and Organisation Delete with OTP confirmations

    • Renamed few nodes -

      • Build JSON -

      • Merge JSON -

      • Custom Query Records -

    • Add autofill for Object Storage name in template

  • Platform Bug Fixes

v0.0.13

Release Date - 19th June, 2024

  • Bug fixes

    • Remove limit of APIs shown in Releases dropdown.

    • Fix documentation link for connect your database.

    • Logs UI update

    • Fix scroll and pagination issues

v0.0.12

Release Date - 12th June, 2024

  • New Features

    • Search and Token filters in Custom Analysers

v0.0.11

Release Date - 5th June, 2024

  • New Features

    • Magical Autocomplete now resolves Secrets.

    • Magical Autocomplete now resolves Request Body and Query Params

    • Add Switch Case v2

    • Node Explorer has Category tabs

v0.0.10

Release Date - 9th May, 2024

  • New Features

    • Node explorer in Flow Builder now have categories.

  • Upgrades Features

    • Full Text Search has been ramped up

      • You can add custom Search Analyzer

      • You can have nested fields

      • You can define multi analyzers on each field

    • Storage Accounts has been renamed Object Storage.

  • Updated API Templates

    • New API Delete Objects in Fetch / Upload Media APIs

    • New schema for errors in User Defined APIs, for better debugging process.

  • New nodes available in Flow Builder

    • Switch Case v2

    • Delete Object in Object Storage

  • Bug Fixes

    • User invitation issue fixed, when an email is invited which does not exist on Cosmocloud.

    • Request model / Query model caching issues in API details page

    • Adding Magical Autocomplete to $regularExpressions, $oid, etc in custom MongoDB queries did not load properly.

v0.0.9

Release Date - 22 April, 2024

  • New operators in CQL

    • Maths operators

    • Date operators

v0.0.8

Release Date - 18 Apr 2024

  • New nodes available in Flow Engine

v0.0.7

Release Date - 15 April, 2024

  • Fixes

    • Fixed ObjectId conversion in RequestBody models

v0.0.6

Release Date - 08 April, 2024

  • New Features

  • New nodes available in Flow Engine

Merge JSON Objects
BuildMap
$buildMap
Build JSON Object
Update JSON Object
Run Aggregation Pipeline
$abs
$avg
$ceil
$floor
$mod
$sqrt
$buildDateTime
Extend Array
Sub Flow
Fire Event (SQS)
Send Email (SES)
Send SMS (SNS)
Sort Array
Execute Flow