mirror of
				https://github.com/tokio-rs/axum.git
				synced 2025-11-03 23:13:11 +00:00 
			
		
		
		
	Add matchit upgrade to axum changelog
This commit is contained in:
		
							parent
							
								
									47791cb593
								
							
						
					
					
						commit
						d783a8b17e
					
				@ -12,9 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 | 
				
			|||||||
- **breaking:** Require `Sync` for all handlers and services added to `Router`
 | 
					- **breaking:** Require `Sync` for all handlers and services added to `Router`
 | 
				
			||||||
  and `MethodRouter` ([#2473])
 | 
					  and `MethodRouter` ([#2473])
 | 
				
			||||||
- **breaking:** The tuple and tuple_struct `Path` extractor deserializers now check that the number of parameters matches the tuple length exactly ([#2931])
 | 
					- **breaking:** The tuple and tuple_struct `Path` extractor deserializers now check that the number of parameters matches the tuple length exactly ([#2931])
 | 
				
			||||||
 | 
					- **breaking:** Upgrade matchit to 0.8, changing the path parameter syntax from `/:single` and `/*many`
 | 
				
			||||||
 | 
					  to `/{single}` and `/{*many}`; the old syntax produces a panic to avoid silent change in behavior ([#2645])
 | 
				
			||||||
- **change:** Update minimum rust version to 1.75 ([#2943])
 | 
					- **change:** Update minimum rust version to 1.75 ([#2943])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[#2473]: https://github.com/tokio-rs/axum/pull/2473
 | 
					[#2473]: https://github.com/tokio-rs/axum/pull/2473
 | 
				
			||||||
 | 
					[#2645]: https://github.com/tokio-rs/axum/pull/2645
 | 
				
			||||||
[#2931]: https://github.com/tokio-rs/axum/pull/2931
 | 
					[#2931]: https://github.com/tokio-rs/axum/pull/2931
 | 
				
			||||||
[#2943]: https://github.com/tokio-rs/axum/pull/2943
 | 
					[#2943]: https://github.com/tokio-rs/axum/pull/2943
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user