Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/sail
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.37.0
Choose a base ref
...
head repository: laravel/sail
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.37.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 22, 2024

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Oct 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c5a4563 View commit details

Commits on Oct 29, 2024

  1. Update typesense.stub to 27.1 (#741)

    Upgrading Typesense server version to 0.27.1
    https://github.com/typesense/typesense/releases/tag/v27.1
    Braunson authored Oct 29, 2024
    Copy the full SHA
    ded49f2 View commit details
  2. Update typesense.stub to correct version tag (#742)

    The publisher has switched from the prefixed 0.* tag style to 27.1 as of 27.*
    Braunson authored Oct 29, 2024
    Copy the full SHA
    7efa151 View commit details
Showing with 6 additions and 2 deletions.
  1. +5 −1 CHANGELOG.md
  2. +1 −1 stubs/typesense.stub
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release Notes

## [Unreleased](https://github.com/laravel/sail/compare/v1.36.0...1.x)
## [Unreleased](https://github.com/laravel/sail/compare/v1.37.0...1.x)

## [v1.37.0](https://github.com/laravel/sail/compare/v1.36.0...v1.37.0) - 2024-10-21

* Add php 8.4 to the list of runtimes by [@jobvink](https://github.com/jobvink) in https://github.com/laravel/sail/pull/740

## [v1.36.0](https://github.com/laravel/sail/compare/v1.35.0...v1.36.0) - 2024-10-10

2 changes: 1 addition & 1 deletion stubs/typesense.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
typesense:
image: 'typesense/typesense:0.25.2'
image: 'typesense/typesense:27.1'
ports:
- '${FORWARD_TYPESENSE_PORT:-8108}:8108'
environment: