- 
                Notifications
    
You must be signed in to change notification settings  - Fork 23
 
Bump version to v1.5.0-rc1 #368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps the version from 1.4.1 to 1.5.0-rc1-dev across the project, preparing for a pre-release candidate build.
- Updates version numbers in package.json files and utility module
 - Adds version mapping entry in README documentation
 - Maintains consistency across all version references in the codebase
 
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.
| File | Description | 
|---|---|
| package.json | Updates main package version to 1.5.0-rc1-dev | 
| schemaregistry/package.json | Updates schema registry package version to 1.5.0-rc1-dev | 
| lib/util.js | Updates binding version string to match new version | 
| README.md | Adds version mapping entry for 1.5.0 release | 
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
        
          
                package.json
              
                Outdated
          
        
      | { | ||
| "name": "@confluentinc/kafka-javascript", | ||
| "version": "1.4.1", | ||
| "version": "1.5.0-rc1-dev", | 
    
      
    
      Copilot
AI
    
    
    
      Sep 22, 2025 
    
  
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version format '1.5.0-rc1-dev' is non-standard. According to semantic versioning, pre-release versions should use '-' for pre-release identifiers but avoid mixing 'rc' and 'dev' suffixes. Consider using either '1.5.0-rc.1' or '1.5.0-dev' format.
| "version": "1.5.0-rc1-dev", | |
| "version": "1.5.0-rc.1", | 
        
          
                schemaregistry/package.json
              
                Outdated
          
        
      | { | ||
| "name": "@confluentinc/schemaregistry", | ||
| "version": "1.4.1", | ||
| "version": "1.5.0-rc1-dev", | 
    
      
    
      Copilot
AI
    
    
    
      Sep 22, 2025 
    
  
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version format '1.5.0-rc1-dev' is non-standard. According to semantic versioning, pre-release versions should use '-' for pre-release identifiers but avoid mixing 'rc' and 'dev' suffixes. Consider using either '1.5.0-rc.1' or '1.5.0-dev' format.
| "version": "1.5.0-rc1-dev", | |
| "version": "1.5.0-rc.1", | 
        
          
                lib/util.js
              
                Outdated
          
        
      | }; | ||
| 
               | 
          ||
| util.bindingVersion = '1.4.1'; | ||
| util.bindingVersion = '1.5.0-rc1-dev'; | 
    
      
    
      Copilot
AI
    
    
    
      Sep 22, 2025 
    
  
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version format '1.5.0-rc1-dev' is non-standard. According to semantic versioning, pre-release versions should use '-' for pre-release identifiers but avoid mixing 'rc' and 'dev' suffixes. Consider using either '1.5.0-rc.1' or '1.5.0-dev' format.
| util.bindingVersion = '1.5.0-rc1-dev'; | |
| util.bindingVersion = '1.5.0-rc.1'; | 
Semaphore run for tag: https://semaphore.ci.confluent.io/workflows/bdb83138-ba3b-4c02-8ff2-631b59f3c4b1?pipeline_id=a32bf0e9-be6c-4bfd-90d0-5904f0d843ab