File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ # Version 0.9.2
2+
3+ ## Bugs
4+
5+ - Fixed JWT session validation (#1408 )
6+ - Fixed passing valid JWT session to Cloud Functions (#1421 )
7+ - Fixed race condition when uploading and extracting bigger Cloud Functions (#1419 )
8+
19# Version 0.9.1
210
311## Bugs
Original file line number Diff line number Diff line change 4747const APP_MODE_DEFAULT = 'default ' ;
4848const APP_MODE_ADMIN = 'admin ' ;
4949const APP_PAGING_LIMIT = 12 ;
50- const APP_CACHE_BUSTER = 149 ;
51- const APP_VERSION_STABLE = '0.9.1 ' ;
50+ const APP_CACHE_BUSTER = 150 ;
51+ const APP_VERSION_STABLE = '0.9.2 ' ;
5252const APP_STORAGE_UPLOADS = '/storage/uploads ' ;
5353const APP_STORAGE_FUNCTIONS = '/storage/functions ' ;
5454const APP_STORAGE_CACHE = '/storage/cache ' ;
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ abstract class Migration
4040 '0.8.0 ' => 'V07 ' ,
4141 '0.9.0 ' => 'V08 ' ,
4242 '0.9.1 ' => 'V08 ' ,
43+ '0.9.2 ' => 'V08 ' ,
4344 ];
4445
4546 /**
You can’t perform that action at this time.
0 commit comments