Bump version to v4.3.8 (#34626)
This commit is contained in:
		
							
								
								
									
										27
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -2,9 +2,34 @@
 | 
			
		||||
 | 
			
		||||
All notable changes to this project will be documented in this file.
 | 
			
		||||
 | 
			
		||||
## [4.3.8] - 2025-05-06
 | 
			
		||||
 | 
			
		||||
### Security
 | 
			
		||||
 | 
			
		||||
- Update dependencies
 | 
			
		||||
- Check scheme on account, profile, and media URLs ([GHSA-x2rc-v5wx-g3m5](https://github.com/mastodon/mastodon/security/advisories/GHSA-x2rc-v5wx-g3m5))
 | 
			
		||||
 | 
			
		||||
### Added
 | 
			
		||||
 | 
			
		||||
- Add warning for REDIS_NAMESPACE deprecation at startup (#34581 by @ClearlyClaire)
 | 
			
		||||
- Add built-in context for interaction policies (#34574 by @ClearlyClaire)
 | 
			
		||||
 | 
			
		||||
### Changed
 | 
			
		||||
 | 
			
		||||
- Change activity distribution error handling to skip retrying for deleted accounts (#33617 by @ClearlyClaire)
 | 
			
		||||
 | 
			
		||||
### Removed
 | 
			
		||||
 | 
			
		||||
- Remove double-query for signed query strings (#34610 by @ClearlyClaire)
 | 
			
		||||
 | 
			
		||||
### Fixed
 | 
			
		||||
 | 
			
		||||
- Fix incorrect redirect in response to unauthenticated API requests in limited federation mode (#34549 by @ClearlyClaire)
 | 
			
		||||
- Fix sign-up e-mail confirmation page reloading on error or redirect (#34548 by @ClearlyClaire)
 | 
			
		||||
 | 
			
		||||
## [4.3.7] - 2025-04-02
 | 
			
		||||
 | 
			
		||||
### Add
 | 
			
		||||
### Added
 | 
			
		||||
 | 
			
		||||
- Add delay to profile updates to debounce them (#34137 by @ClearlyClaire)
 | 
			
		||||
- Add support for paginating partial collections in `SynchronizeFollowersService` (#34272 and #34277 by @ClearlyClaire)
 | 
			
		||||
 
 | 
			
		||||
@@ -59,7 +59,7 @@ services:
 | 
			
		||||
  web:
 | 
			
		||||
    # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
 | 
			
		||||
    # build: .
 | 
			
		||||
    image: ghcr.io/mastodon/mastodon:v4.3.7
 | 
			
		||||
    image: ghcr.io/mastodon/mastodon:v4.3.8
 | 
			
		||||
    restart: always
 | 
			
		||||
    env_file: .env.production
 | 
			
		||||
    command: bundle exec puma -C config/puma.rb
 | 
			
		||||
@@ -83,7 +83,7 @@ services:
 | 
			
		||||
    # build:
 | 
			
		||||
    #   dockerfile: ./streaming/Dockerfile
 | 
			
		||||
    #   context: .
 | 
			
		||||
    image: ghcr.io/mastodon/mastodon-streaming:v4.3.7
 | 
			
		||||
    image: ghcr.io/mastodon/mastodon-streaming:v4.3.8
 | 
			
		||||
    restart: always
 | 
			
		||||
    env_file: .env.production
 | 
			
		||||
    command: node ./streaming/index.js
 | 
			
		||||
@@ -102,7 +102,7 @@ services:
 | 
			
		||||
  sidekiq:
 | 
			
		||||
    # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
 | 
			
		||||
    # build: .
 | 
			
		||||
    image: ghcr.io/mastodon/mastodon:v4.3.7
 | 
			
		||||
    image: ghcr.io/mastodon/mastodon:v4.3.8
 | 
			
		||||
    restart: always
 | 
			
		||||
    env_file: .env.production
 | 
			
		||||
    command: bundle exec sidekiq
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@ module Mastodon
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    def default_prerelease
 | 
			
		||||
      'alpha.4'
 | 
			
		||||
      'alpha.5'
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    def prerelease
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user