FirefliesAI Release Notes

Last updated: Mar 3, 2026

FirefliesAI Products

All FirefliesAI Release Notes (43)

  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 3, 2026
    FirefliesAI logo

    Fireflies by FirefliesAI

    2.23.0

    Live Transcript Support adds a new is_live flag and real time captions for active meetings. When querying a live meeting, sentences return live captions, while completed meetings show processed transcripts. This unlocks real time dashboards and live meeting insights.

    Live Transcript Support

    The transcript schema now includes a new is_live field that indicates whether a meeting is currently live (active or paused). When querying a live meeting, the sentences field automatically returns real-time captions from the ongoing meeting instead of processed transcript data.

    This enables building features such as:

    • Displaying live captions during an active meeting
    • Monitoring meeting progress in real time
    • Building dashboards that show both live and completed meeting transcripts

    New Fields:

    • is_live on Transcript - Boolean indicating whether the meeting is currently live

    Enhanced Behavior:

    • sentences on Transcript - Now returns real-time captions for live meetings, and processed transcript data for completed meetings
    Original source Report a problem
  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 3, 2026
    FirefliesAI logo

    Fireflies by FirefliesAI

    2.22.0

    The Fireflies API expands with Meeting Sharing capabilities, enabling programmatic sharing, expiry control, access lists, and revocation via new mutations. A shared_with transcript field shows recipients and expiry.

    Meeting Sharing API

    The Fireflies API now supports programmatic meeting sharing. Share meetings with external or internal users via email, control access duration, view who has access, and revoke access all through the API.

    New Mutations:

    • shareMeeting - Share a meeting with up to 100 email recipients, with optional expiry (7, 14, or 30 days)
    • revokeSharedMeetingAccess - Revoke a user’s access to a shared meeting by email

    New Query Field:

    • shared_with on Transcript - List all users a meeting is shared with, including email, name, and expiry details

    All operations require meeting ownership or team admin privileges.

    Original source Report a problem
  • All of your release notes in one feed

    Join Releasebot and get updates from FirefliesAI and hundreds of other software products.

  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 3, 2026
    FirefliesAI logo

    Fireflies by FirefliesAI

    2.19.0

    Fireflies API now supports Channels queries, letting you fetch all channels you can access and fetch a single channel by ID. New Channel and ChannelMember schemas expose details and privacy rules, with admins able to view all channels. This marks a released API enhancement.

    Channels API

    The Fireflies API now includes support for querying channels. The new Channels query allows you to fetch all channels accessible to the user, including public channels and private channels where the user is a member.

    New Queries:

    • channels - Fetch all accessible channels
    • channel - Fetch a single channel by ID

    New Schemas:

    • Channel - Channel details including id, title, is_private, created_at, updated_at, created_by, and members
    • ChannelMember - Channel member details with user_id, email, and name

    Channel access follows privacy rules: users can view all public channels and private channels they are members of. Super admins can view all channels within their team.

    Original source Report a problem
  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 3, 2026
    FirefliesAI logo

    Fireflies by FirefliesAI

    2.17.0

    New Authenticated Audio Downloads lets uploads from private storage by supplying bearer or basic auth. Add download_auth field and new input types to securely fetch media from protected sources while preserving backward compatibility.

    Authenticated Audio Downloads

    The Upload Audio mutation now supports authenticated downloads for media files that require authentication. You can now upload audio/video files from private servers or protected storage using bearer token or HTTP basic authentication.

    This feature adds a new download_auth field to the AudioUploadInput type, allowing you to specify authentication credentials that Fireflies will use when downloading your media file. This is particularly useful for:

    • Files stored in private cloud storage (AWS S3, Google Cloud Storage, Azure Blob Storage)
    • Media hosted on servers with HTTP Basic Auth protection
    • API-protected resources requiring bearer tokens
    • Internal company file servers

    The implementation includes four new schema types:

    • DownloadAuthInput - Main authentication configuration
    • BearerTokenAuthInput - Bearer token configuration
    • BasicAuthInput - Basic auth configuration
    • DownloadAuthType - Authentication type enum

    The feature maintains full backward compatibility - existing uploads without authentication continue to work as before.

    Original source Report a problem
  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 3, 2026
    FirefliesAI logo

    Fireflies API by FirefliesAI

    2.23.0

    Release notes

    Added is_live field to Transcript schema. Returns a boolean indicating whether the meeting is currently live (active or paused).

    Added live transcript support to the sentences field on Transcript. When querying a live meeting, sentences now returns real-time captions from the ongoing meeting instead of processed transcript data.

    Original source Report a problem
  • February 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Feb 25, 2026
    FirefliesAI logo

    Fireflies API by FirefliesAI

    2.22.0

    Release notes

    • Added shareMeeting mutation to share meetings with up to 100 email recipients, with optional expiry (7, 14, or 30 days).
    • Added revokeSharedMeetingAccess mutation to revoke a user’s access to a shared meeting by email.
    • Added shared_with field to Transcript to list all users a meeting is shared with, including email, name, and expiry details.
    Original source Report a problem
  • February 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Feb 12, 2026
    • Modified by Releasebot:
      Feb 24, 2026
    FirefliesAI logo

    Fireflies API by FirefliesAI

    2.21.0

    Release Highlights

    • Added createUploadUrl mutation to generate pre-signed URLs for direct audio/video file uploads. This enables uploading files from your own infrastructure without exposing them via a public URL.
    • Added confirmUpload mutation to confirm direct file uploads and trigger transcription processing.
    • Added new schemas: UploadUrlResponse, ConfirmUploadResponse, CreateUploadUrlInput, and ConfirmUploadInput.
    • Added is_calendar_in_sync field to User schema. Returns a boolean indicating whether the user’s calendar is currently synced based on OAuth token validity.
    Original source Report a problem
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 18, 2026
    FirefliesAI logo

    Fireflies by FirefliesAI

    2.16.0

    AskFred unveils an AI Meeting Assistant that lets you query transcripts in natural language, analyze single and multi meeting patterns, and receive contextual multilingual responses. New API endpoints enable thread creation, continuation, and management.

    AskFred - AI Meeting Assistant

    Introducing AskFred, an AI-powered assistant that lets you query your meeting transcripts using natural language. Ask questions about single meetings or analyze patterns across multiple meetings with context-aware, conversational responses.

    Key Capabilities:

    • Ask questions in plain language and get instant answers
    • Maintain conversation threads with contextual follow-ups
    • Query across multiple meetings with flexible filters
    • Receive AI-generated suggestions for deeper exploration
    • Multilingual question and response support

    Get Started:

    • Overview - Learn about capabilities
    • Quickstart - Create your first thread
    • Use Cases - Common scenarios and examples

    New API Operations:

    askfred_threads, askfred_thread, createAskFredThread, continueAskFredThread, deleteAskFredThread
    
    Original source Report a problem
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 18, 2026
    FirefliesAI logo

    Fireflies by FirefliesAI

    2.15.0

    Set Meeting Channels

    The new Update Meeting Channel mutation allows meeting owners and team administrators to set the channel for one or more meetings. You can update 1–5 transcripts to a single channel in one API call with all-or-nothing semantics.

    This mutation requires either meeting ownership or team admin privileges for all specified transcripts. If any transcript fails validation, none of the transcripts will be updated, ensuring data consistency across your channel organization.

    Original source Report a problem
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 18, 2026
    FirefliesAI logo

    Fireflies by FirefliesAI

    2.14.0

    Active Meetings Fetching

    The new Active Meetings query allows you to fetch meetings currently in progress. This query returns real-time information about active meetings including meeting details, start time, organizer, and meeting link.

    Original source Report a problem

Related vendors