Skip to content

Releases: punitarani/fli

v0.8.4

07 Apr 15:45
21eb7f7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

07 Apr 14:16
fcb8d49

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

03 Apr 22:07
27e4f77

Choose a tag to compare

What's Changed

  • Update test dates from 2026 to 2027 by @punitarani in #110
  • Small release to fix v0.8.1 deploy to pypi

Full Changelog: v0.8.1...v0.8.2

v0.8.1

02 Apr 03:16
e3f92ba

Choose a tag to compare

What's Changed

  • fix: correct stale airline data for 3F and fix numeric-prefix airline filtering by @ktrufanov-skycop in #90
  • Add airline code to flight leg details by @Tarkiom in #92
  • Feat: basic economy filter by @zspherez in #88
  • feat: add multi-city flight search support by @omarshahine in #57
  • Parse returned flight currency by @punitarani in #78
  • ci(deps): bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #96
  • ci(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #52
  • ci(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #51
  • Fix CLI JSON currency serialization by @kvasdopil in #101
  • Feat: add more filters based on browser testing deep dive by @zspherez in #99
  • fix(cli): flight times and airline hidden at standard terminal widths by @nthh in #55
  • chore: Update ZG airline enum from “Groznyy Avia” to “Zipair” by @dzintt in #105

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

29 Mar 05:26
0d592dd

Choose a tag to compare

What's Changed

  • Add development container setup and Dockerfile by @punitarani-hs in #28
  • Fix MCP tools/list error: use correct ToolManager API by @nikitiuk0 in #68
  • Pin fastmcp<3 to fix startup crash by @nikitiuk0 in #66
  • fix: normalize single-digit month/day in CLI date input by @tajchert in #71
  • Update airport data from airportsdata package by @nikitiuk0 in #69
  • fix: round-trip price doubling and MCP list_tools compatibility by @punitarani in #72
  • Add AGENTS.md with Cursor Cloud development environment setup instructions by @punitarani in #73
  • Add Fli install and usage Clawhub skill by @punitarani in #74
  • fix: MCP prompt crashes, deprecated utcnow(), and one-way flight label by @punitarani in #76
  • Add JSON output format to CLI by @punitarani in #77
  • Update docs for v0.8.0 by @punitarani in #87

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

23 Dec 05:56
6c53304

Choose a tag to compare

  • Enhance MCP Server Functionality and CLI Improvements

This commit introduces significant updates to the MCP server and CLI for flight search:

  • MCP Server Enhancements:

    • Added search_dates tool for finding cheapest travel dates.
    • Improved parameter handling in FlightSearchParams and DateSearchParams for better clarity and usability.
    • Refactored server to streamline request handling and improve error messaging.
  • CLI Updates:

    • Updated command options to reflect new parameter names and improve user experience.
    • Enhanced validation and parsing utilities for better error handling.
    • Improved documentation and examples for MCP server integration.
  • Core Utilities:

    • Introduced shared parsing and building utilities to reduce code duplication between CLI and MCP.

These changes aim to enhance the overall functionality and user experience of the flight search tools.

  • Refactor CLI Commands and Enhance Flight Search Functionality

This commit updates the CLI commands for flight searches, replacing the previous search and cheap commands with flights and dates. Key changes include:

  • CLI Command Updates:

    • Renamed commands to better reflect their functionality.
    • Updated documentation and examples to align with new command names.
  • New Command Implementations:

    • Introduced dates.py for searching the cheapest travel dates.
    • Implemented flights.py for searching specific flights with enhanced filtering options.
  • Testing Enhancements:

    • Added comprehensive tests for both new commands to ensure functionality and reliability.

These changes aim to improve user experience and streamline the flight search process.

  • Bump Package Version to 0.7.0

  • Format

  • Add plotext dependency and integrate sparkline chart in date results display

This commit introduces the plotext library as a new dependency for rendering sparkline charts. The display_date_results function is updated to visualize price trends over dates using a sparkline chart, enhancing the user experience by providing a graphical representation of data alongside the existing table format. The chart includes proper labeling and formatting for clarity.

  • Add retry logic for flight search API calls

This commit introduces a new search_with_retry function that implements retry logic for the flight search API, utilizing the tenacity library. The function attempts to search for flights up to three times with exponential backoff if the initial search returns empty results. This enhancement aims to improve the reliability of flight search results in the face of flaky API responses.

v0.6.1

22 Dec 19:43
0db1663

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Sep 16:11
a2a95c8

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Aug 17:02
0efa69e

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

24 Jan 18:46

Choose a tag to compare

Round trip search is now supported!

Full Changelog: v0.3.0...v0.4.0