Releases: apify/apify-sdk-python 
  
  Releases · apify/apify-sdk-python
      
  1.4.0 
  
    
  
      
        05 Dec 13:04
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Internal changes 
Migrate from Autopep8 and Flake8 to Ruff 
  
  
  
   
   
  
  1.3.0 
  
    
  
      
        15 Nov 07:38
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  1.2.0 
  
    
  
      
        23 Oct 09:38
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Added 
Added support for Python 3.12 
 
Internal changes 
Fix lint error (E721) in unit tests (for instance checks use isinstance()) 
  
  
  
   
   
  
  1.1.5 
  
    
  
      
        03 Oct 09:49
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Added 
Update the Apify log formatter to contain an option for adding the logger name 
 
Internal changes 
rewrote documentation publication to use Docusaurus 
removed PR Toolkit workflow 
  
  
  
   
   
  
  1.1.4 
  
    
  
      
        06 Sep 15:25
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Fixed 
resolved issue with querying request queue head multiple times in parallel 
 
Internal changes 
fixed integration tests for Actor logger 
removed pytest-randomly Pytest plugin 
unpinned apify-client and apify-shared to improve compatibility with their newer versions 
  
  
  
   
   
  
  1.1.3 
  
    
  
      
        25 Aug 08:48
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Internal changes 
unified indentation in configuration files 
update the Actor.reboot method to use the new reboot endpoint 
  
  
  
   
   
  
  v1.1.2 
  
    
  
      
        02 Aug 09:16
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Internal changes 
started importing general constants and utilities from the apify-shared library 
simplified code via flake8-simplify 
started using environment variables with prefix ACTOR_ instead of some with prefix APIFY_ 
pinned apify-client and apify-shared to prevent their implicit updates from breaking SDK 
  
  
  
   
   
  
  1.1.1 
  
    
  
      
        23 May 17:24
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Fixed 
relaxed dependency requirements to improve compatibility with other libraries 
  
  
  
   
   
  
  1.1.0 
  
    
  
      
        23 May 15:30
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Added 
option to add Actor event handlers which accept no arguments 
added support for is_terminal flag in status message update 
option to set status message along with Actor.exit() 
 
Fixed 
fixed saving key-value store values to local storage with the right extension for a given content type 
started enforcing local storage to always use the UTF-8 encoding 
 
Internal changes 
switched from setup.py to pyproject.toml for specifying project setup 
  
  
  
   
   
  
  1.0.0 
  
    
  
      
        13 Mar 13:46
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Internal changes 
updated to apify-client 1.0.0 
started triggering base Docker image builds when releasing a new version 
 
Fixed 
fixed RequestQueue not loading requests from an existing queue properly