forked from opencpu/opencpu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
161 lines (133 loc) · 5.65 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
2.0.3
- Much improved support for UTF-8 (requires updated 'webutils' and 'evaluate')
- Multipart requests now support binary form-data fields in 'appplication/rds',
'application/rprotobuf', or 'application/json' types. This makes it easier to
push objects from client-server or server-server.
- RApache: use webutils instead of apreq to parse request body.
- Single user server: fix for empty POST requests with no 'Content-Length' header
- Ignore double slashes in URL
- Support pkg::object and session::object alias for ./R/object
- Added a 'strings' data object for testing character encodings
- Add support for 'haven' output types
2.0.2
- Hotfix release for performance regression in cloud server (#239)
2.0.1
- ocpu_start_app() now automatically checks for app updates if online
- Fix for posting scripts (empty args)
- Support figures with error messages (for invalid graphic parameters)
- linux: show informative error message when tmp dir cannot be created
- opencpu-cache: require at least version 1.12 of nginx (fixes HTTP/2 bug)
- fix year of paper in citation file
- fix link to pdf manual in test page
- Add parameter 'no_cache' to single user server for development
- HTTP OPTIONS now returns 'Access-Control-Allow-Methods' header for CORS preflight
- Better email notification: to=pusher, cc=owner, bcc=archive
- Webhook: use sys pkg instead of system2 for running rscript
- Webhook: make email sending more robust
- Internal function trigger_webhook() to test webhook (should move to client pkg)
- Remove 'public.url' from server.conf
- Add 'update_apps()' function for convenience
2.0
- Major rewrite :)
1.6.2
- Fix for /man/html (use tools::Rd2HTML)
1.6.1
- Fix bug to support non interactive: Rscript -e 'opencpu::opencpu$debug(4000)'
- Suggest: feather
1.6.0
- Workaround for unloadNamespace bug in R 3.3.0
1.5.6
- Lazy load import packages using pkg::name instead of importFrom()
1.5.5
- Replace 'RProtoBuf' dependency with 'protolite'
1.5.4
- Bump version to sync with cloud server
- Workaround in eval_fork for mccollect race condition bug
1.4.8
- Fix for case sensitive Github usernames
1.4.7
- Support Auth over CORS
1.4.6
- Add a CITATION file
- Fix for new rhttpd system in R 3.2.0
1.4.4
- Add support for "Accept" request header
- Update /man/html stylesheet
- Add back support for URL parameters
- Only use AppArmor if available
- Add default robots.txt and favicon to cloud server
- Cloud server now sets HOME envvar to tempdir()
- Add support for x12345::foo arguments
- Remove ocpu_tmp_ prefix for session directories in tmp_library
- Bunch of internal changes to support Fedora/Redhat RPM packages
1.4.3
- Add support for application/json payloads for Github webhooks
- Disable forks in OSX (again) due to issues with rJava
- Disable unloading of packages in eval_current due to issues with rJavas
- Fix for eol in csv/tab output on Windows
- Fix for hash collisions with large amounts of sessions
- Add whitepaper vignette and url to package
1.4.2
- Bug fix for JSON input data
- Bump jsonlite depends to 0.9.8
1.4.1
- Make session-key lenght configurable, default to 9.
1.4.0
- HTTP 201 301 302 now uses absolute URL in Location header
- Don't print call for internal stop() errors
- Change vignette builder to knitr
- Update devtools and httr dependencies
- Replace CR+LF by LF before parsing code snippets
- Add support for index.html in package root dir
- Disable compression in storring sessions to gain speed
- Clean up parsing code
1.2.3
- Add support for private github repositories using access token authentication.
- Use ~/.opencpu.conf as primary config file for single user server.
- Disable hyperlinks in HTML man pages.
- Bug fix for rscripts on the cloud server.
- Experimental support for dot-dot-dot arguments.
1.2.2
- Don't send attachement header for SVG anymore.
- Upgrade rApache to 1.2.5: avoid receiveBin() when apreq alread parsed
- Start using HTTP 405 instead of 400 for invalid methods
1.2.1
- Use latest version of jsonlite
- Better support for lazy load data API
- Moved CRON scripts to update cran, bioc, github libraries inside the package
- Use rstudio proxy when single-user server is loaded in rstudio-server.
1.2.0
- Replaced dependency RJSONIO with jsonlite for all toJSON/fromJSON
- Add support for pkg/data API
- Improve CI email notifications
- add /console shortcut
- correct MIME headers for fonts
1.0.7
- Adding Github CI stuff
- New config parameters: "public.url" and "smtp.server", "timelimit.webhook"
1.0.6
- Version bump for CRAN release.
- Detect /ocpu/user libraries from /etc/passwd.
1.0.5
- Don't fork on MAC for "safe" requests (to reduce risk of fork issues)
- Temporary change fork method to psock method on OSX because of problems in Mavericks.
- Adding opencpu$view() to take advantage of Rstudio viewing panel if available
- Set quick=true for install_github
- Use bitmapType="cairo" if available
- Temporary implementation of HTTP OPTIONS for CORS in chrome.
- Adding Access-Control-Allow-Headers and Access-Control-Expose-Headers to support CORS preflighting.
1.0.4
- Fixed bug when timeout > 60s (reported by Jordy Coolen)
- Fixed nginx warning in the cloud server
- Upgrade evaluate to 0.5.1
- Add support for Apache 2.4 / Ubuntu Saucy in cloud server with mpm_prefork
1.0.3
- Invisible return values are now stored but not printed
- Dependency update to evaluate 0.4.10
1.0.2
- Capture output for install.packages, install_github and biocInstaller
- Remove rapache library change in onAttach
1.0.1
- Fix bugs for uploading files
- Fix bugs for storing files from a session
- Set default bitmap type to Cairo (to prevent problems with forks on MAC)