Skip to content

Releases: ForceCLI/force

v1.0.8: Force CLI 1.0.8

03 Dec 23:50
v1.0.8
04951bf
Compare
Choose a tag to compare
- Fix Broken Escaping of "null" Strings

- Don't Require a Session for `completion`

- Fix Source Directory Identification on Windows

v1.0.7: Version 1.0.7

18 Nov 21:02
v1.0.7
0a29dfb
Compare
Choose a tag to compare
- Support Session from Environment Variables

- Don't Query for UserInfo Until Needed

- Display OAuth Errors

- Add Id to ForceSession Struct

- Add Support for Client Credentials Flow

- Display Expired Password Error

- Publish Multiple Pub/Sub Messages From Stdin

- Add Org Id to `force active` Output

v1.0.6: Force CLI 1.0.6

02 Sep 13:38
v1.0.6
3c93671
Compare
Choose a tag to compare
- Update CancelableQueryAndSend and AbortableQueryAndSend to Send Full Sub-Query Results

- Add Support for Deploying Sharing Sets

- README: Use go install, not go get

- Add `deploys cancel --all`

v1.0.5: Force CLI 1.0.5

18 Jul 23:31
v1.0.5
9ff0e2f
Compare
Choose a tag to compare
- Add --start Flag to `force open`

- Refactor Deploy Error Handling

- Use strings.Builder to Create Deploy SOAP Body

- Add Support for ExternalCredential Metadata

- Add Force.CancelableQueryAndSend Function

- Add `pubsub publish` Command

- Update `deploys list` To Display the User Who Performed the Deploy

- Improve Query Output With Empty Relationship Values

- Fix "(null)" Output In Non-Console

- Interactive Mode

- Bump golang.org/x/net from 0.9.0 to 0.17.0

- Use Integer Replay Ids By Default

- Display Test Progress Bar

- Detect Source Dir When Pushing

- Add `bulk request` and `bulk result` Commands

- Deploys Watch Enhancements

- Better Support for Context

- Retry on HTTP Errors

- Treat NaN As Zero in `deploys watch` Progress Bars

- Add Interactive Mode for `force push` and `force import`

- Add Support for Lightning Message Channel Metadata Type

- Make UserInfo Function Public

- Add --query-all Option to `bulk query`

- Return Errors When SOAP (Username/Password) Authentication Fails

- Add Global --config Flag

- Make Context-Aware Bulk Functions

- Add Request.Inspect method, for use in testing from other packages

- Add `--username` Flag for `login scratch`

- Add `--debug` Flag to `force open`

- Update Example for `export`

- Add `--tooling` Flag to `record delete`

- Use ScratchOrgInfo.LoginUrl to Exchange Scratch Org User Token for
  Session Id

v1.0.4: Force CLI 1.0.4

05 Sep 20:49
v1.0.4
aff1a85
Compare
Choose a tag to compare
- Add Support for FlowTest Metadata

- Fix Pushing Foldered Metadata On Windows

- Restore RetrieveBulkBatchResults

- Add Support for OmniStudio Metadata Types

- Add `force deploys` Commands

- Fix force import Exit Code

v1.0.3: Force CLI 1.0.3

14 Jul 19:14
v1.0.3
1df2cc9
Compare
Choose a tag to compare
- Fix `query --explain` Output Without Notes

- Add ApexEmailNotifications Metadata Support

- Fix `bulk upsert` Parameters

v1.0.2: Force CLI 1.0.2

16 May 19:57
v1.0.2
9515fc1
Compare
Choose a tag to compare
- Add XML Declaration to JUnit Output

v1.0.1: Force CLI 1.0.1

19 Apr 20:07
v1.0.1
aec6154
Compare
Choose a tag to compare
- Add `force log tail` command to stream debug logs

- Fix Building of Static Binaries With Go 1.20

v1.0: Force CLI 1.0

19 Apr 12:27
v1.0
ab5ec4f
Compare
Choose a tag to compare
- Move `--scratch` to Sub-Command of `login`

- Fix usedxauth Command for Use With Scratch Orgs

- Print Lines Without Coverage When Coverage Warning

- Fix Error Output for `force record` Failures

- Display Error Message from checkDeployStatusResponse When Using `force push`

- Follow Redirects Refreshing Session Token

- Add Support for DataWeaveResource Metadata

- Add --username and --id Flags to whoami

- Vendor junit Package From kubernetes

- Add `--explain` Flag to `force query`

- Add `search` Command

- Return an Error If An Exception Occurs Executing Anonymous Apex

- Add NotificationTypeConfig Metadata Type

- Fix sobject delete Command

- Refactor PackageBuilder Code, And Fetch, Push and Import Commands That Use It

- Allow Deploying destructiveChanges.xml Outside of Root Directory

- Update to Go 1.20

- Add Support for CleanDataService Metadata

- Update pubsub Documentation

v0.99.4: Force CLI 0.99.4

01 Dec 20:16
v0.99.4
4d00d6d
Compare
Choose a tag to compare
Add AbortableQueryAndSend method