FirefliesAI Release Notes

Last updated: Feb 12, 2026

FirefliesAI Products

All FirefliesAI Release Notes (37)

  • February 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Feb 12, 2026
    FirefliesAI logo

    Fireflies API by FirefliesAI

    2.21.0

    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
  • All of your release notes in one place

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

  • 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
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 18, 2026
    FirefliesAI logo

    Fireflies by FirefliesAI

    2.13.0

    Rate Limiting for Delete Transcript

    The Delete Transcript mutation now includes rate limiting protection to prevent abuse. The mutation is limited to 10 requests per minute across all user tiers.

    If you exceed this limit, the API will return a too_many_requests error (HTTP 429) with a retryAfter timestamp indicating when you can make requests again.

    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.12.0

    Meeting Privacy Control

    The new Update Meeting Privacy mutation allows meeting owners and team administrators to programmatically update meeting privacy settings. You can now change privacy levels between link, owner, participants, teammatesandparticipants, and teammates to control who can access meeting transcripts.

    This mutation follows the same authorization pattern as other meeting management operations, requiring either meeting ownership or team admin privileges.

    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.10.0

    Meeting Attendance Tracking

    The Transcript schema now includes a new meeting_attendance field that provides detailed participant attendance information. This field returns an array of MeetingAttendance records showing when participants joined and left the meeting.

    Each attendance record includes the participant’s name, join time (ISO 8601 format), and leave time (if they left during the meeting). This feature enables better meeting analytics and participation tracking by leveraging meeting events data.

    The attendance data is available in both Transcript and Transcripts queries.

    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.9.0

    Channel Filtering

    The Transcripts query now supports filtering by channel using the new channel_id parameter. This allows you to retrieve transcripts from specific channels by providing a single channel ID.

    The channel_id parameter accepts a string value and enables more targeted querying of meeting transcripts within your organization’s channels.

    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.8.0

    Array Fields for Organizers and Participants

    The Transcripts query now supports array fields organizers and participants that allow filtering by multiple email addresses. These new array fields provide more flexible querying capabilities while maintaining backward compatibility.

    The previous single email fields organizer_email and participant_email are now deprecated but continue to work. Using both old and new fields simultaneously will result in a validation error.

    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.7.0

    User Groups

    The Fireflies API now includes comprehensive support for user groups. The new User Groups query allows you to fetch all user groups within your team or filter to only show groups you belong to using the mine parameter.

    Additionally, the User and Users queries now include enhanced user_groups fields with detailed member information, providing better visibility into team organization and collaboration.

    Original source Report a problem

Related vendors