Releases: fastly/js-compute-runtime 
  
  Releases · fastly/js-compute-runtime
      
  v3.22.3 
  
    
  
      
        12 Sep 23:57
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  v3.22.2 
  
    
  
      
        12 Sep 22:19
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  v3.22.1 
  
    
  
      
        12 Sep 21:34
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  v3.22.0 
  
    
  
      
        11 Sep 00:14
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        3.22.0  (2024-09-11)Features 
Bug Fixes 
passing direct response body to requests in streaming (#954 ) (6bf90b9 ) 
  
  
  
   
   
  
  v3.21.4 
  
    
  
      
        05 Sep 22:06
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        3.21.4  (2024-09-05)Bug Fixes 
--experimental-top-level-await support (#945 ) (edd8ada ) 
  
  
  
   
   
  
  v3.21.3 
  
    
  
      
        04 Sep 16:45
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  v3.21.2 
  
    
  
      
        27 Aug 03:32
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        3.21.2  (2024-08-27)Bug Fixes 
revert documentation website refactoring (#915 ) (ba1eb66 ) 
  
  
  
   
   
  
  v3.21.1 
  
    
  
      
        27 Aug 00:54
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        3.21.1  (2024-08-27)Bug Fixes 
missing publish file, parallel publish build (#912 ) (91ae54c ) 
  
  
  
   
   
  
  v3.21.0 
  
    
  
      
        27 Aug 00:24
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        3.21.0  (2024-08-27)Features 
ship --debug-build CLI flag as public (#907 ) (2728141 ) 
support getSetCookie on new StarlingMonkey headers implementation (#844 ) (c102521 ) 
  
  
  
   
   
  
  v3.20.0 
  
    
  
      
        08 Aug 09:02
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        3.20.0  (2024-08-08)Features 
Add new CLI name of js-compute which matches the published package name @fastly/js-compute (#869 ) (60d1d20 ) 
 
Bug Fixes 
core-cache headers case (#889 ) (3f2db5c ) 
ensure we throw an error if FastlyBody.prototype.read is called with a value which is not coercible to a finite positive integer (#877 ) (1633e02 ) 
perf: Use wasm-opt -O3 when making a release build (#870 ) (dd91fa5 ) 
When constructing an EdgeRateLimiter, retrieve the PenaltyBox instance's name using PenaltyBox::get_name (#866 ) (9222f1d ) 
 
Performance Improvements 
only time the fetch event when debug logging is enabled (#873 ) (e4ddf8a ) 
re-order the http methods so the most often requested is first and the least requested is last (#874 ) (6af7626 ) 
Use MOZ_ASSERT instead of MOZ_RELEASE_ASSERT as these methods are already guarded correctly where they are being called (#876 ) (f089616 )