Skip to content

🚀 PulsarRPA 3.0.15

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 17:00

🚀 PulsarRPA v3.0.15 Release Notes

Release Date: 2025-06-28 17:00:32 UTC
Java Version: 17+
Built by: @galaxyeye


📦 Release Highlights

📊 Release Statistics

Metric Value
📁 JAR Size 325MB
📝 Commits 12
👥 Contributors 1
🏗️ Build Date 2025-06-28 17:00:32 UTC

🔄 Changes Since Last Release

  • feat: update release.yml to include JDK setup for deployment (1c53c15ff)
  • feat: X-SQL in commands API (5cccc3727)
  • feat: update version replacement logic to use current version in URLs (83f0f4def)
  • feat: update version replacement logic to use current version in URLs (fc0e0b2af)
  • feat: update version replacement logic to use current version in URLs (14576467a)
  • feat: add unit test for URL version replacement logic (bde1ef698)
  • feat: add unit test for URL version replacement logic (d2b452640)
  • feat: update Chinese README for clarity and consistency in language (c7b5e2268)
  • feat: update version replacement logic and improve download links in documentation (430b401d4)
  • 3.0.15 (82b9e97a4)
  • feat: update release.yml for Maven deployment with credentials and GPG support (fd9ef2e15)
  • feat: add CURL command definitions and tests for API interactions (a852da9e4)

🚀 Quick Start

📥 Download & Run

🧩 Download

curl -L -o PulsarRPA.jar https://github.com/platonai/PulsarRPA/releases/download/v3.0.15/PulsarRPA.jar

🚀 Run

echo $DEEPSEEK_API_KEY # make sure LLM api key is set. VOLCENGINE_API_KEY/OPENAI_API_KEY also supported.
java -D"DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY}" -jar PulsarRPA.jar

🔍 Tip: Make sure or other LLM API key is set in your environment, or AI features will not be available.

🔍 Tip: On Windows, both and works, but they are different variables.

🐳 Docker

# make sure LLM api key is set. VOLCENGINE_API_KEY/OPENAI_API_KEY also supported.
echo $DEEPSEEK_API_KEY
docker run -d -p 8182:8182 -e DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY} galaxyeye88/pulsar-rpa:3.0.15

GitHub Container Registry:

docker pull ghcr.io/platonai/pulsar-rpa:3.0.15

📄 Full Changelog

v3.0.14-ci.2...v3.0.15


Built with ❤️ by the PulsarRPA team

Full Changelog: v3.0.14...v3.0.15