mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	Update changelog
This commit is contained in:
		
							parent
							
								
									7957d5e1d6
								
							
						
					
					
						commit
						efd049f43c
					
				| 
						 | 
				
			
			@ -11,12 +11,16 @@ Development version
 | 
			
		|||
-------------------
 | 
			
		||||
- Add ``loader`` argument to the configuration provider ``Configuration.from_yaml(..., loader=...)``
 | 
			
		||||
  to override the default YAML loader.
 | 
			
		||||
  Many thanks to `Stefano Frazzetto <https://github.com/StefanoFrazzetto>`_ for suggesting an improvement.
 | 
			
		||||
- Make security improvement: change default YAML loader to the custom ``yaml.SafeLoader`` with a support
 | 
			
		||||
  of environment variables interpolation.
 | 
			
		||||
  Many thanks to `Stefano Frazzetto <https://github.com/StefanoFrazzetto>`_ for suggesting an improvement.
 | 
			
		||||
- Update configuration provider ``.from_*()`` methods to raise an exception in strict mode if
 | 
			
		||||
  configuration file does not exist or configuration data is undefined.
 | 
			
		||||
  Many thanks to `Stefano Frazzetto <https://github.com/StefanoFrazzetto>`_ for suggesting an improvement.
 | 
			
		||||
- Add ``required`` argument to the configuration provider ``.from_*()`` methods to specify
 | 
			
		||||
  mandatory configuration sources.
 | 
			
		||||
  Many thanks to `Stefano Frazzetto <https://github.com/StefanoFrazzetto>`_ for suggesting an improvement.
 | 
			
		||||
- Fix a bug with asynchronous injections: async providers do not work with async dependencies.
 | 
			
		||||
  See issue: `#368 <https://github.com/ets-labs/python-dependency-injector/issues/368>`_.
 | 
			
		||||
  Thanks `@kolypto <https://github.com/kolypto>`_ for the bug report.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user