mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
							parent
							
								
									714dd107ac
								
							
						
					
					
						commit
						f5d4f618ae
					
				@ -1,9 +1,11 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
## Next
 | 
			
		||||
 | 
			
		||||
- fix: Metrics poller should start even if inital fetch fails.
 | 
			
		||||
- fix: SimpleAuthentication should work with custom basePaths
 | 
			
		||||
- fix: Add explicit endpoints for toggle on/off
 | 
			
		||||
- fix: Application list should be alphabetically sorted
 | 
			
		||||
 | 
			
		||||
## 3.2.2
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -70,6 +70,7 @@ class ClientApplicationsDb {
 | 
			
		||||
        return this.db
 | 
			
		||||
            .select(COLUMNS)
 | 
			
		||||
            .from(TABLE)
 | 
			
		||||
            .orderBy('app_name', 'asc')
 | 
			
		||||
            .map(mapRow);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user