Skip to main content
  • All changelogs
  • Platform
  • On-prem Agent
  • Integrations
RSS
July 6, 2024
New1
Fixes12
Improvements5

New AI feature that helps you by generating a code block

import { bedrock } from '@ai-sdk/amazon-bedrock';
import { generateText } from 'ai';
const { text } = await generateText({
model: bedrock('meta.llama3-70b-instruct-v1:0'),
prompt: 'Write a vegetarian lasagna recipe for 4 people.',
});

This block was generated by using “generateText” prompt. Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Fixes

  • Fixed Authentication Timeout: Resolved an issue where users were unexpectedly logged out due to session timeout errors.
  • Data Sync Error: Corrected a bug where the app occasionally failed to sync data between the frontend and backend, causing discrepancies.

Improvements

  • Enhanced Performance: Improved the overall performance of the app, making it faster and more responsive.
  • User Experience: Enhanced the user interface for a more intuitive and user-friendly experience.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Read more
May 23, 2024
Fixes3
Improvements4

OPA v3.1 — improved security

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type.

Fixes

  • Fixed Authentication Timeout: Resolved an issue where users were unexpectedly logged out due to session timeout errors.
  • Data Sync Error: Corrected a bug where the app occasionally failed to sync data between the frontend and backend, causing discrepancies.

Improvements

  • Enhanced Performance: Improved the overall performance of the app, making it faster and more responsive.
  • User Experience: Enhanced the user interface for a more intuitive and user-friendly experience.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Read more