7.7 KiB
7.7 KiB
2020-12-16 (4.9.0 RELEASE, incl. language servers version 1.24.0)
- (Concourse) fixed: navigation in pipeline files with VSCode Concourse CI extension doesn't work everytime (#483)
2020-10-23 (4.8.1 RELEASE, incl. language servers version 1.23.0)
- (Concourse) fixed: support pipeline directory as well see (#525)
2020-09-17 (4.8.0 RELEASE, incl. language servers version 1.22.0)
- no major changes
2020-08-27 (4.7.2 RELEASE, incl. language servers version 1.21.0)
- no major changes
2020-07-30 (4.7.1 RELEASE, incl. language servers version 1.20.0)
- (Concourse) fixed: Typo in README (#494)
2020-06-18 (4.7.0 RELEASE, incl. language servers version 1.19.0)
- no major changes
2020-05-28 (4.6.2 RELEASE, incl. language servers version 1.18.0)
- (VSCode/Theia) bugfix: Fix null reference when no JVM was found - contributed by @tfriem
- (Concourse) improvement: add support for set-pipeline step (#464) - contributed by @deepakmohanakrishnan1984
2020-04-23 (4.6.1 RELEASE)
- no major changes
2020-03-19 (4.6.0 RELEASE)
- no major changes
2020-01-22 (4.5.1 RELEASE)
- no major changes
2019-12-19 (4.5.0 RELEASE)
- no major changes
2019-11-21 (4.4.2 RELEASE)
- (Concourse) enhancement: Concourse extension doesn't know about check_every for a resource type (#382)
- (Concourse) enhancement: Concourse extension doesn't know about on_error for jobs (#383)
- (Concourse) enhancement: complains about old_name in a job (#388)
- (Concourse) enhancement: Fix concourse task schema (#387) - PR from @z4ce
- (Concourse) enhancement: Add support for
build_log_retentionattribute in 'Job' (#389) - (Concourse) enhancement: Support validation and completions inside
paramsofresource_type(#390) - (Concourse) enhancement: Concourse 'aggregate' property is now marked as deprecated
2019-10-24 (4.4.1 RELEASE)
- (Concourse) enhancement: added support for
registry-imageresource type. (#380)
2019-09-19 (4.4.0 RELEASE)
- (Concourse) fixed: in_parallel - support both array of steps; and explicit "steps" child (#345)
- (Concourse) fixed: support 'inputs' property for type 'PutStep' (#341)
- (VSCode) fixed: show error message when manually configured JDK is not there
2019-08-13 (4.3.2 RELEASE)
- (Concourse) fixed: VS Code Extensions missing Cloud Foundry params options (#330)
- (Concourse) fixed: Snippet completions in vscode-concourse not working
- (VSCode) fixed: Spring boot tool vscode extension is causing system to run out of disk space (#328)
2019-07-12 (4.3.1 RELEASE)
- (all language servers) performance: further improvements to the language server startup time
2019-06-21 (4.3.0 RELEASE)
- (Concourse) fixed: Added support for
varsproperty in task step (#307)
2019-05-24 (4.2.2 RELEASE)
- (all language servers) performance: additional improvements to language server startup time
- (Concourse) fixed: Concourse VSCode Does not recognize "initial_path" param for S3 resource (#284)
2019-04-18 (4.2.1 RELEASE)
- (VSCode, Atom, Theia) improvement: JVM args can now be configured for language server processes
2019-03-21 (4.2.0 RELEASE)
- no major changes
2019-02-21 (4.1.2 RELEASE)
- (Concourse) new: support for hierarchical symbols in file added, produces nice outline view information now
- (Concourse) new: support for YAML anchors, references, extend added (#58)
- (Concourse) fixed: Concourse extension doesn't know about tag_file for docker-image resource (#197)
- (Concourse) fixed: Concourse extension confused by docker-image resource type (#196)
- (Concourse) fixed: valid uri's are flagged as errors in git resource (#194)
- (Concourse) fixed: content-assist can't deal with empty lines
2019-01-24 (4.1.1 RELEASE)
- no major changes
2018-12-20 (4.1.0 RELEASE)
- no major changes
2018-11-30 (4.0.2 RELEASE)
- (General) Various bugfixes for bugs causing language servers to hang and become unresponsive.
- (Spring Boot) (Concourse) Bugfix: Quickfix not working (anymore?) in LSP editors.
2018-10-31 (4.0.1 RELEASE)
- (Concourse) added support for new attributes for S3 resource
2018-09-25 (4.0.0 RELEASE)
- no major changes
2018-08-30 (M15)
- no major changes
2018-08-09 (M14)
- (Concourse) added support for
tagsproperty inresources(#66)
2018-07-23 (M13)
- (Concourse) Added support for missing attributes to
GitGetParams,GitPutParams,JobandStepschemas (#64), (#65) - (Concourse) fixed: Concourse VSCode Extension: Does not recognize GCS buckets in semver resource (#60)
2018-06-08 (M12)
- (Concourse) add support for new attributes of DockerImageSource (aws_session_token, max_concurrent_downloads, max_concurrent_uploads) and DockerImagePutParams (additional_tags, cache_from, load_bases, target_name) (#56)
- (Concourse) bugfix: quick fixes work again
2018-05-14 (M11)
- (all) JVM used to run the language servers can now be specified via custom settings (#51)
2018-03-15 (M10)
- (Concourse) added support for symbols for groups
- (Concourse) updated URLs in documentation to point to new Concourse domain
- (all) language server processes now show up with their real name when using
jpsinstead of justJarLauncher
2018-02-23 (M9)
- (Concourse) Concourse CI Pipeline Editor reports errors on valid
pipeline.ymlfixed ((#41)) - (all) improved the way the JDK to run the language server is found together with an improved error message if no JDK can be found
2018-01-30 (M8)
- (Concourse) added support for cache attribute in tasks
- (Concourse) added missing version attribute in image_resource
2017-12-15 (M7)
- (all) issues solved when running on Windows (#25, #26, #29)
- (Concourse) getstep.version property in concourse pipeline now accepts a Map<String,String> (#24) as well as special values 'every' and 'latest' (#28).
2017-12-04
- initial public beta launch